#CCDBF8

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

Shades of Hawkes Blue #CCDBF8

Tints of Hawkes Blue #CCDBF8

Color information

#CCDBF8 (or 0xCCDBF8) is unknown color: approx Hawkes Blue. HEX triplet: CC, DB and F8. RGB value is (204,219,248). Sum of RGB (Red+Green+Blue) = 204+219+248=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCDBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBF8 is #332407. Grayscale: #D9D9D9. Windows color (decimal): -3351560 or 16309196. OLE color: 16309196.

HSL color Cylindrical-coordinate representation of color #CCDBF8: hue angle of 219.55º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCDBF8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204219248-
CMYK0.180.1200.03
HSL219.55º75.86%88.63%-
HSV(B)219.55º17.74%97.25%-
XYZ67.1870.2898.83-
YUV217.82145.03118.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 219 (85.94% from 255) = 32.64%
BLUE value IS 248 (97.27% from 255) = 36.96%
R=30.40%
G=32.64%
B=36.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042192480.180.1200.03219.5575.8688.63
HexCCDBF812C03dc4c59
Octal314333370221403334114131
Binary1100110011011011111110001001011000111101110010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBF8; }

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

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

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

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

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

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

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

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