#CCDAEB

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

Shades of Hawkes Blue #CCDAEB

Tints of Hawkes Blue #CCDAEB

Color information

#CCDAEB (or 0xCCDAEB) is unknown color: approx Hawkes Blue. HEX triplet: CC, DA and EB. RGB value is (204,218,235). Sum of RGB (Red+Green+Blue) = 204+218+235=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAEB is #332514. Grayscale: #D7D7D7. Windows color (decimal): -3351829 or 15456972. OLE color: 15456972.

HSL color Cylindrical-coordinate representation of color #CCDAEB: hue angle of 212.9º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDAEB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204218235-
CMYK0.130.0700.08
HSL212.9º43.66%86.08%-
HSV(B)212.9º13.19%92.16%-
XYZ64.9768.9888.49-
YUV215.75138.86119.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=31.05%
G=33.18%
B=35.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042182350.130.0700.08212.943.6686.08
HexCCDAEBD708d52c56
Octal31433235315701032554126
Binary110011001101101011101011110111101000110101011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAEB; }

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

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

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

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

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

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

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

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