#CCD3ED

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

Shades of Hawkes Blue #CCD3ED

Tints of Hawkes Blue #CCD3ED

Color information

#CCD3ED (or 0xCCD3ED) is unknown color: approx Hawkes Blue. HEX triplet: CC, D3 and ED. RGB value is (204,211,237). Sum of RGB (Red+Green+Blue) = 204+211+237=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3ED is #332C12. Grayscale: #D3D3D3. Windows color (decimal): -3353619 or 15586252. OLE color: 15586252.

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

Color convert

RGB204211237-
CMYK0.140.1100.07
HSL227.27º47.83%86.47%-
HSV(B)227.27º13.92%92.94%-
XYZ63.4865.5489.43-
YUV211.87142.18122.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 211 (82.81% from 255) = 32.36%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=31.29%
G=32.36%
B=36.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042112370.140.1100.07227.2747.8386.47
HexCCD3EDEB07e33056
Octal31432335516130734360126
Binary110011001101001111101101111010110111111000111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3ED; }

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

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

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

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

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

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

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

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