#CED4F2

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

Shades of Hawkes Blue #CED4F2

Tints of Hawkes Blue #CED4F2

Color information

#CED4F2 (or 0xCED4F2) is unknown color: approx Hawkes Blue. HEX triplet: CE, D4 and F2. RGB value is (206,212,242). Sum of RGB (Red+Green+Blue) = 206+212+242=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #CED4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4F2 is #312B0D. Grayscale: #D5D5D5. Windows color (decimal): -3222286 or 15914190. OLE color: 15914190.

HSL color Cylindrical-coordinate representation of color #CED4F2: hue angle of 230º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED4F2 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206212242-
CMYK0.150.1200.05
HSL230º58.06%87.84%-
HSV(B)230º14.88%94.9%-
XYZ65.0266.6293.44-
YUV213.63144.01122.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.21%
GREEN value IS 212 (83.20% from 255) = 32.12%
BLUE value IS 242 (94.92% from 255) = 36.67%
R=31.21%
G=32.12%
B=36.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062122420.150.1200.0523058.0687.84
HexCED4F2FC05e63a58
Octal31632436217140534672130
Binary110011101101010011110010111111000101111001101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4F2; }

 p { color: rgb(206,212,242); }

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

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

 a { background-color: rgb(206,212,242); }

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

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

 span { border-color: rgb(206,212,242); }

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