#CCD4EB

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

Shades of Hawkes Blue #CCD4EB

Tints of Hawkes Blue #CCD4EB

Color information

#CCD4EB (or 0xCCD4EB) is unknown color: approx Hawkes Blue. HEX triplet: CC, D4 and EB. RGB value is (204,212,235). Sum of RGB (Red+Green+Blue) = 204+212+235=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCD4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4EB is #332B14. Grayscale: #D4D4D4. Windows color (decimal): -3353365 or 15455436. OLE color: 15455436.

HSL color Cylindrical-coordinate representation of color #CCD4EB: hue angle of 224.52º 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 #CCD4EB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204212235-
CMYK0.130.1000.08
HSL224.52º43.66%86.08%-
HSV(B)224.52º13.19%92.16%-
XYZ63.4465.9287.98-
YUV212.23140.85122.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 212 (83.20% from 255) = 32.57%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=31.34%
G=32.57%
B=36.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042122350.130.1000.08224.5243.6686.08
HexCCD4EBDA08e12c56
Octal314324353151201034154126
Binary1100110011010100111010111101101001000111000011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4EB; }

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

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

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

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

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

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

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

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