#CCDBF7

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

Shades of Hawkes Blue #CCDBF7

Tints of Hawkes Blue #CCDBF7

Color information

#CCDBF7 (or 0xCCDBF7) is unknown color: approx Hawkes Blue. HEX triplet: CC, DB and F7. RGB value is (204,219,247). Sum of RGB (Red+Green+Blue) = 204+219+247=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCDBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBF7 is #332408. Grayscale: #D9D9D9. Windows color (decimal): -3351561 or 16243660. OLE color: 16243660.

HSL color Cylindrical-coordinate representation of color #CCDBF7: hue angle of 219.07º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCDBF7 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204219247-
CMYK0.170.1100.03
HSL219.07º72.88%88.43%-
HSV(B)219.07º17.41%96.86%-
XYZ67.0270.2298.02-
YUV217.71144.53118.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 219 (85.94% from 255) = 32.69%
BLUE value IS 247 (96.88% from 255) = 36.87%
R=30.45%
G=32.69%
B=36.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042192470.170.1100.03219.0772.8888.43
HexCCDBF711B03db4958
Octal314333367211303333111130
Binary1100110011011011111101111000110110111101101110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBF7; }

 p { color: rgb(204,219,247); }

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

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

 a { background-color: rgb(204,219,247); }

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

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

 span { border-color: rgb(204,219,247); }

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