#CFDDF4

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

Shades of Hawkes Blue #CFDDF4

Tints of Hawkes Blue #CFDDF4

Color information

#CFDDF4 (or 0xCFDDF4) is unknown color: approx Hawkes Blue. HEX triplet: CF, DD and F4. RGB value is (207,221,244). Sum of RGB (Red+Green+Blue) = 207+221+244=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDF4 is #30220B. Grayscale: #DBDBDB. Windows color (decimal): -3154444 or 16047567. OLE color: 16047567.

HSL color Cylindrical-coordinate representation of color #CFDDF4: hue angle of 217.3º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFDDF4 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207221244-
CMYK0.150.0900.04
HSL217.3º62.71%88.43%-
HSV(B)217.3º15.16%95.69%-
XYZ67.9271.5195.81-
YUV219.44141.86119.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.80%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 244 (95.70% from 255) = 36.31%
R=30.80%
G=32.89%
B=36.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072212440.150.0900.04217.362.7188.43
HexCFDDF4F904d93f58
Octal31733536417110433177130
Binary110011111101110111110100111110010100110110011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDF4; }

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

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

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

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

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

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

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

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