#CCD1ED

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

Shades of Hawkes Blue #CCD1ED

Tints of Hawkes Blue #CCD1ED

Color information

#CCD1ED (or 0xCCD1ED) is unknown color: approx Hawkes Blue. HEX triplet: CC, D1 and ED. RGB value is (204,209,237). Sum of RGB (Red+Green+Blue) = 204+209+237=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1ED is #332E12. Grayscale: #D2D2D2. Windows color (decimal): -3354131 or 15585740. OLE color: 15585740.

HSL color Cylindrical-coordinate representation of color #CCD1ED: hue angle of 230.91º 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 #CCD1ED is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204209237-
CMYK0.140.1200.07
HSL230.91º47.83%86.47%-
HSV(B)230.91º13.92%92.94%-
XYZ62.9964.5589.26-
YUV210.7142.84123.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 209 (82.03% from 255) = 32.15%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=31.38%
G=32.15%
B=36.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042092370.140.1200.07230.9147.8386.47
HexCCD1EDEC07e73056
Octal31432135516140734760126
Binary110011001101000111101101111011000111111001111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1ED; }

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

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

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

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

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

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

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

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