#CDD5ED

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

Shades of Hawkes Blue #CDD5ED

Tints of Hawkes Blue #CDD5ED

Color information

#CDD5ED (or 0xCDD5ED) is unknown color: approx Hawkes Blue. HEX triplet: CD, D5 and ED. RGB value is (205,213,237). Sum of RGB (Red+Green+Blue) = 205+213+237=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5ED is #322A12. Grayscale: #D5D5D5. Windows color (decimal): -3287571 or 15586765. OLE color: 15586765.

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

Color convert

RGB205213237-
CMYK0.140.1000.07
HSL225º47.06%86.67%-
HSV(B)225º13.5%92.94%-
XYZ64.2666.6889.6-
YUV213.34141.35122.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 213 (83.59% from 255) = 32.52%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=31.30%
G=32.52%
B=36.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052132370.140.1000.0722547.0686.67
HexCDD5EDEA07e12f57
Octal31532535516120734157127
Binary110011011101010111101101111010100111111000011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5ED; }

 p { color: rgb(205,213,237); }

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

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

 a { background-color: rgb(205,213,237); }

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

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

 span { border-color: rgb(205,213,237); }

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