#CFD7E4

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

Shades of Hawkes Blue #CFD7E4

Tints of Hawkes Blue #CFD7E4

Color information

#CFD7E4 (or 0xCFD7E4) is unknown color: approx Hawkes Blue. HEX triplet: CF, D7 and E4. RGB value is (207,215,228). Sum of RGB (Red+Green+Blue) = 207+215+228=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFD7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7E4 is #30281B. Grayscale: #D6D6D6. Windows color (decimal): -3155996 or 14997455. OLE color: 14997455.

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

Color convert

RGB207215228-
CMYK0.090.0600.11
HSL217.14º28%85.29%-
HSV(B)217.14º9.21%89.41%-
XYZ64.0467.4783.05-
YUV214.09135.85122.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.85%
GREEN value IS 215 (84.38% from 255) = 33.08%
BLUE value IS 228 (89.45% from 255) = 35.08%
R=31.85%
G=33.08%
B=35.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072152280.090.0600.11217.142885.29
HexCFD7E4960Bd91c55
Octal31732734411601333134125
Binary11001111110101111110010010011100101111011001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7E4; }

 p { color: rgb(207,215,228); }

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

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

 a { background-color: rgb(207,215,228); }

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

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

 span { border-color: rgb(207,215,228); }

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