#CCDAF1

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

Shades of Hawkes Blue #CCDAF1

Tints of Hawkes Blue #CCDAF1

Color information

#CCDAF1 (or 0xCCDAF1) is unknown color: approx Hawkes Blue. HEX triplet: CC, DA and F1. RGB value is (204,218,241). Sum of RGB (Red+Green+Blue) = 204+218+241=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAF1 is #33250E. Grayscale: #D8D8D8. Windows color (decimal): -3351823 or 15850188. OLE color: 15850188.

HSL color Cylindrical-coordinate representation of color #CCDAF1: hue angle of 217.3º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCDAF1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204218241-
CMYK0.150.1000.05
HSL217.3º56.92%87.25%-
HSV(B)217.3º15.35%94.51%-
XYZ65.8569.3393.13-
YUV216.44141.86119.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 218 (85.55% from 255) = 32.88%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=30.77%
G=32.88%
B=36.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042182410.150.1000.05217.356.9287.25
HexCCDAF1FA05d93957
Octal31433236117120533171127
Binary110011001101101011110001111110100101110110011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAF1; }

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

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

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

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

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

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

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

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