#CCD5EA

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

Shades of Hawkes Blue #CCD5EA

Tints of Hawkes Blue #CCD5EA

Color information

#CCD5EA (or 0xCCD5EA) is unknown color: approx Hawkes Blue. HEX triplet: CC, D5 and EA. RGB value is (204,213,234). Sum of RGB (Red+Green+Blue) = 204+213+234=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5EA is #332A15. Grayscale: #D4D4D4. Windows color (decimal): -3353110 or 15390156. OLE color: 15390156.

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

Color convert

RGB204213234-
CMYK0.130.0900.08
HSL222º41.67%85.88%-
HSV(B)222º12.82%91.76%-
XYZ63.5566.3787.3-
YUV212.7140.02121.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 213 (83.59% from 255) = 32.72%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=31.34%
G=32.72%
B=35.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042132340.130.0900.0822241.6785.88
HexCCD5EAD908de2a56
Octal314325352151101033652126
Binary1100110011010101111010101101100101000110111101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5EA; }

 p { color: rgb(204,213,234); }

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

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

 a { background-color: rgb(204,213,234); }

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

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

 span { border-color: rgb(204,213,234); }

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