#CCD1EE

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

Shades of Hawkes Blue #CCD1EE

Tints of Hawkes Blue #CCD1EE

Color information

#CCD1EE (or 0xCCD1EE) is unknown color: approx Hawkes Blue. HEX triplet: CC, D1 and EE. RGB value is (204,209,238). Sum of RGB (Red+Green+Blue) = 204+209+238=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1EE is #332E11. Grayscale: #D2D2D2. Windows color (decimal): -3354130 or 15651276. OLE color: 15651276.

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

Color convert

RGB204209238-
CMYK0.140.1200.07
HSL231.18º50%86.67%-
HSV(B)231.18º14.29%93.33%-
XYZ63.1364.6190.03-
YUV210.81143.34123.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 209 (82.03% from 255) = 32.10%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=31.34%
G=32.10%
B=36.56%

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
Decimal2042092380.140.1200.07231.185086.67
HexCCD1EEEC07e73257
Octal31432135616140734762127
Binary110011001101000111101110111011000111111001111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1EE; }

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

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

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

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

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

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

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

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