#CCDCF5

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

Shades of Hawkes Blue #CCDCF5

Tints of Hawkes Blue #CCDCF5

Color information

#CCDCF5 (or 0xCCDCF5) is unknown color: approx Hawkes Blue. HEX triplet: CC, DC and F5. RGB value is (204,220,245). Sum of RGB (Red+Green+Blue) = 204+220+245=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCDCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCF5 is #33230A. Grayscale: #D9D9D9. Windows color (decimal): -3351307 or 16112844. OLE color: 16112844.

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

Color convert

RGB204220245-
CMYK0.170.1000.04
HSL216.59º67.21%88.04%-
HSV(B)216.59º16.73%96.08%-
XYZ66.9870.6296.49-
YUV218.07143.2117.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 245 (96.09% from 255) = 36.62%
R=30.49%
G=32.88%
B=36.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042202450.170.1000.04216.5967.2188.04
HexCCDCF511A04d94358
Octal314334365211204331103130
Binary11001100110111001111010110001101001001101100110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCF5; }

 p { color: rgb(204,220,245); }

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

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

 a { background-color: rgb(204,220,245); }

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

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

 span { border-color: rgb(204,220,245); }

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