#CFDDFB

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

Shades of Hawkes Blue #CFDDFB

Tints of Hawkes Blue #CFDDFB

Color information

#CFDDFB (or 0xCFDDFB) is unknown color: approx Hawkes Blue. HEX triplet: CF, DD and FB. RGB value is (207,221,251). Sum of RGB (Red+Green+Blue) = 207+221+251=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDFB is #302204. Grayscale: #DCDCDC. Windows color (decimal): -3154437 or 16506319. OLE color: 16506319.

HSL color Cylindrical-coordinate representation of color #CFDDFB: hue angle of 220.91º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDDFB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207221251-
CMYK0.180.1200.02
HSL220.91º84.62%89.8%-
HSV(B)220.91º17.53%98.43%-
XYZ6971.94101.52-
YUV220.23145.36118.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.49%
GREEN value IS 221 (86.72% from 255) = 32.55%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=30.49%
G=32.55%
B=36.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072212510.180.1200.02220.9184.6289.8
HexCFDDFB12C02dd555a
Octal317335373221402335125132
Binary1100111111011101111110111001011000101101110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDFB; }

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

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

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

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

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

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

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

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