#CED7FD

Color #CED7FD Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #CED7FD

Tints of Hawkes Blue #CED7FD

Color information

#CED7FD (or 0xCED7FD) is unknown color: approx Hawkes Blue. HEX triplet: CE, D7 and FD. RGB value is (206,215,253). Sum of RGB (Red+Green+Blue) = 206+215+253=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7FD is #312802. Grayscale: #D8D8D8. Windows color (decimal): -3221507 or 16635854. OLE color: 16635854.

HSL color Cylindrical-coordinate representation of color #CED7FD: hue angle of 228.51º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED7FD is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206215253-
CMYK0.190.1500.01
HSL228.51º92.16%90%-
HSV(B)228.51º18.58%99.22%-
XYZ67.4868.81102.65-
YUV216.64148.52120.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 30.56%
GREEN value IS 215 (84.38% from 255) = 31.90%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=30.56%
G=31.90%
B=37.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062152530.190.1500.01228.5192.1690
HexCED7FD13F01e55c5a
Octal316327375231701345134132
Binary110011101101011111111101100111111011110010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7FD; }

 p { color: rgb(206,215,253); }

 H1.HeaderClassName
 {
   color: #CED7FD;
 }
 .AnyTagClassName
 {
   color: #CED7FD;
 }
</style>
background-color css

<style>
 a { background-color: #CED7FD; }

 a { background-color: rgb(206,215,253); }

 div.DivClassName
 {
   background-color: #CED7FD;
 }
 .BgClassName
 {
   background-color: #CED7FD;
 }
</style>
border-color css

<style>
 span { border-color: #CED7FD; }

 span { border-color: rgb(206,215,253); }

 td.TdClassName
 {
   border-color: #CED7FD;
 }
 .TagClassName
 {
   border-color: #CED7FD;
 }
</style>