#CFDDF0

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

Shades of Hawkes Blue #CFDDF0

Tints of Hawkes Blue #CFDDF0

Color information

#CFDDF0 (or 0xCFDDF0) is unknown color: approx Hawkes Blue. HEX triplet: CF, DD and F0. RGB value is (207,221,240). Sum of RGB (Red+Green+Blue) = 207+221+240=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDF0 is #30220F. Grayscale: #DADADA. Windows color (decimal): -3154448 or 15785423. OLE color: 15785423.

HSL color Cylindrical-coordinate representation of color #CFDDF0: hue angle of 214.55º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDDF0 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207221240-
CMYK0.140.0800.06
HSL214.55º52.38%87.65%-
HSV(B)214.55º13.75%94.12%-
XYZ67.3271.2792.65-
YUV218.98139.86119.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.99%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 240 (94.14% from 255) = 35.93%
R=30.99%
G=33.08%
B=35.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072212400.140.0800.06214.5552.3887.65
HexCFDDF0E806d73458
Octal31733536016100632764130
Binary110011111101110111110000111010000110110101111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDF0; }

 p { color: rgb(207,221,240); }

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

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

 a { background-color: rgb(207,221,240); }

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

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

 span { border-color: rgb(207,221,240); }

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