#CFDBEA

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

Shades of Hawkes Blue #CFDBEA

Tints of Hawkes Blue #CFDBEA

Color information

#CFDBEA (or 0xCFDBEA) is unknown color: approx Hawkes Blue. HEX triplet: CF, DB and EA. RGB value is (207,219,234). Sum of RGB (Red+Green+Blue) = 207+219+234=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBEA is #302415. Grayscale: #D9D9D9. Windows color (decimal): -3154966 or 15391695. OLE color: 15391695.

HSL color Cylindrical-coordinate representation of color #CFDBEA: hue angle of 213.33º 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 #CFDBEA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207219234-
CMYK0.120.0600.08
HSL213.33º39.13%86.47%-
HSV(B)213.33º11.54%91.76%-
XYZ65.9169.8787.85-
YUV217.12137.52120.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 219 (85.94% from 255) = 33.18%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=31.36%
G=33.18%
B=35.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072192340.120.0600.08213.3339.1386.47
HexCFDBEAC608d52756
Octal31733335214601032547126
Binary110011111101101111101010110011001000110101011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBEA; }

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

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

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

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

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

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

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

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