#CED4F0

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

Shades of Hawkes Blue #CED4F0

Tints of Hawkes Blue #CED4F0

Color information

#CED4F0 (or 0xCED4F0) is unknown color: approx Hawkes Blue. HEX triplet: CE, D4 and F0. RGB value is (206,212,240). Sum of RGB (Red+Green+Blue) = 206+212+240=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #CED4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4F0 is #312B0F. Grayscale: #D5D5D5. Windows color (decimal): -3222288 or 15783118. OLE color: 15783118.

HSL color Cylindrical-coordinate representation of color #CED4F0: hue angle of 229.41º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED4F0 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206212240-
CMYK0.140.1200.06
HSL229.41º53.12%87.45%-
HSV(B)229.41º14.17%94.12%-
XYZ64.7366.591.86-
YUV213.4143.01122.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.31%
GREEN value IS 212 (83.20% from 255) = 32.22%
BLUE value IS 240 (94.14% from 255) = 36.47%
R=31.31%
G=32.22%
B=36.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062122400.140.1200.06229.4153.1287.45
HexCED4F0EC06e53557
Octal31632436016140634565127
Binary110011101101010011110000111011000110111001011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4F0; }

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

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

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

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

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

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

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

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