#CCD7ED

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

Shades of Hawkes Blue #CCD7ED

Tints of Hawkes Blue #CCD7ED

Color information

#CCD7ED (or 0xCCD7ED) is unknown color: approx Hawkes Blue. HEX triplet: CC, D7 and ED. RGB value is (204,215,237). Sum of RGB (Red+Green+Blue) = 204+215+237=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7ED is #332812. Grayscale: #D6D6D6. Windows color (decimal): -3352595 or 15587276. OLE color: 15587276.

HSL color Cylindrical-coordinate representation of color #CCD7ED: hue angle of 220º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD7ED is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204215237-
CMYK0.140.0900.07
HSL220º47.83%86.47%-
HSV(B)220º13.92%92.94%-
XYZ64.4967.5589.76-
YUV214.22140.86120.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 215 (84.38% from 255) = 32.77%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=31.10%
G=32.77%
B=36.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042152370.140.0900.0722047.8386.47
HexCCD7EDE907dc3056
Octal31432735516110733460126
Binary110011001101011111101101111010010111110111001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7ED; }

 p { color: rgb(204,215,237); }

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

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

 a { background-color: rgb(204,215,237); }

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

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

 span { border-color: rgb(204,215,237); }

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