#CDD3E8

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

Shades of Hawkes Blue #CDD3E8

Tints of Hawkes Blue #CDD3E8

Color information

#CDD3E8 (or 0xCDD3E8) is unknown color: approx Hawkes Blue. HEX triplet: CD, D3 and E8. RGB value is (205,211,232). Sum of RGB (Red+Green+Blue) = 205+211+232=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDD3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3E8 is #322C17. Grayscale: #D3D3D3. Windows color (decimal): -3288088 or 15258573. OLE color: 15258573.

HSL color Cylindrical-coordinate representation of color #CDD3E8: hue angle of 226.67º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD3E8 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205211232-
CMYK0.120.0900.09
HSL226.67º36.99%85.69%-
HSV(B)226.67º11.64%90.98%-
XYZ63.0465.3985.64-
YUV211.6139.51123.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 211 (82.81% from 255) = 32.56%
BLUE value IS 232 (91.02% from 255) = 35.80%
R=31.64%
G=32.56%
B=35.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052112320.120.0900.09226.6736.9985.69
HexCDD3E8C909e32556
Octal315323350141101134345126
Binary1100110111010011111010001100100101001111000111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3E8; }

 p { color: rgb(205,211,232); }

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

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

 a { background-color: rgb(205,211,232); }

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

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

 span { border-color: rgb(205,211,232); }

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