#CFDAE8

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

Shades of Hawkes Blue #CFDAE8

Tints of Hawkes Blue #CFDAE8

Color information

#CFDAE8 (or 0xCFDAE8) is unknown color: approx Hawkes Blue. HEX triplet: CF, DA and E8. RGB value is (207,218,232). Sum of RGB (Red+Green+Blue) = 207+218+232=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAE8 is #302517. Grayscale: #D8D8D8. Windows color (decimal): -3155224 or 15260367. OLE color: 15260367.

HSL color Cylindrical-coordinate representation of color #CFDAE8: hue angle of 213.6º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFDAE8 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207218232-
CMYK0.110.0600.09
HSL213.6º35.21%86.08%-
HSV(B)213.6º10.78%90.98%-
XYZ65.3769.2386.26-
YUV216.31136.86121.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 232 (91.02% from 255) = 35.31%
R=31.51%
G=33.18%
B=35.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072182320.110.0600.09213.635.2186.08
HexCFDAE8B609d62356
Octal31733235013601132643126
Binary110011111101101011101000101111001001110101101000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAE8; }

 p { color: rgb(207,218,232); }

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

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

 a { background-color: rgb(207,218,232); }

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

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

 span { border-color: rgb(207,218,232); }

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