#CCDAF9

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

Shades of Hawkes Blue #CCDAF9

Tints of Hawkes Blue #CCDAF9

Color information

#CCDAF9 (or 0xCCDAF9) is unknown color: approx Hawkes Blue. HEX triplet: CC, DA and F9. RGB value is (204,218,249). Sum of RGB (Red+Green+Blue) = 204+218+249=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCDAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAF9 is #332506. Grayscale: #D9D9D9. Windows color (decimal): -3351815 or 16374476. OLE color: 16374476.

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

Color convert

RGB204218249-
CMYK0.180.1200.02
HSL221.33º78.95%88.82%-
HSV(B)221.33º18.07%97.65%-
XYZ67.0769.8299.56-
YUV217.35145.86118.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 218 (85.55% from 255) = 32.49%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=30.40%
G=32.49%
B=37.11%

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
Decimal2042182490.180.1200.02221.3378.9588.82
HexCCDAF912C02dd4f59
Octal314332371221402335117131
Binary1100110011011010111110011001011000101101110110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAF9; }

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

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

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

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

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

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

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

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