#CFD4EA

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

Shades of Hawkes Blue #CFD4EA

Tints of Hawkes Blue #CFD4EA

Color information

#CFD4EA (or 0xCFD4EA) is unknown color: approx Hawkes Blue. HEX triplet: CF, D4 and EA. RGB value is (207,212,234). Sum of RGB (Red+Green+Blue) = 207+212+234=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4EA is #302B15. Grayscale: #D4D4D4. Windows color (decimal): -3156758 or 15389903. OLE color: 15389903.

HSL color Cylindrical-coordinate representation of color #CFD4EA: hue angle of 228.89º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD4EA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207212234-
CMYK0.120.0900.08
HSL228.89º39.13%86.47%-
HSV(B)228.89º11.54%91.76%-
XYZ64.1366.2987.26-
YUV213.01139.84123.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 212 (83.20% from 255) = 32.47%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=31.70%
G=32.47%
B=35.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072122340.120.0900.08228.8939.1386.47
HexCFD4EAC908e52756
Octal317324352141101034547126
Binary1100111111010100111010101100100101000111001011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4EA; }

 p { color: rgb(207,212,234); }

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

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

 a { background-color: rgb(207,212,234); }

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

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

 span { border-color: rgb(207,212,234); }

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