#CCDAF5

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

Shades of Hawkes Blue #CCDAF5

Tints of Hawkes Blue #CCDAF5

Color information

#CCDAF5 (or 0xCCDAF5) is unknown color: approx Hawkes Blue. HEX triplet: CC, DA and F5. RGB value is (204,218,245). Sum of RGB (Red+Green+Blue) = 204+218+245=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCDAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAF5 is #33250A. Grayscale: #D8D8D8. Windows color (decimal): -3351819 or 16112332. OLE color: 16112332.

HSL color Cylindrical-coordinate representation of color #CCDAF5: hue angle of 219.51º 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 #CCDAF5 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204218245-
CMYK0.170.1100.04
HSL219.51º67.21%88.04%-
HSV(B)219.51º16.73%96.08%-
XYZ66.4569.5796.31-
YUV216.89143.86118.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.58%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 245 (96.09% from 255) = 36.73%
R=30.58%
G=32.68%
B=36.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042182450.170.1100.04219.5167.2188.04
HexCCDAF511B04dc4358
Octal314332365211304334103130
Binary11001100110110101111010110001101101001101110010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAF5; }

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

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

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

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

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

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

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

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