#CFD2E8

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

Shades of Hawkes Blue #CFD2E8

Tints of Hawkes Blue #CFD2E8

Color information

#CFD2E8 (or 0xCFD2E8) is unknown color: approx Hawkes Blue. HEX triplet: CF, D2 and E8. RGB value is (207,210,232). Sum of RGB (Red+Green+Blue) = 207+210+232=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFD2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2E8 is #302D17. Grayscale: #D3D3D3. Windows color (decimal): -3157272 or 15258319. OLE color: 15258319.

HSL color Cylindrical-coordinate representation of color #CFD2E8: hue angle of 232.8º 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 #CFD2E8 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207210232-
CMYK0.110.0900.09
HSL232.8º35.21%86.08%-
HSV(B)232.8º10.78%90.98%-
XYZ63.3465.1885.59-
YUV211.61139.51124.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.90%
GREEN value IS 210 (82.42% from 255) = 32.36%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=31.90%
G=32.36%
B=35.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072102320.110.0900.09232.835.2186.08
HexCFD2E8B909e92356
Octal317322350131101135143126
Binary1100111111010010111010001011100101001111010011000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2E8; }

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

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

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

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

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

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

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

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