#CDDDEF

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

Shades of Hawkes Blue #CDDDEF

Tints of Hawkes Blue #CDDDEF

Color information

#CDDDEF (or 0xCDDDEF) is unknown color: approx Hawkes Blue. HEX triplet: CD, DD and EF. RGB value is (205,221,239). Sum of RGB (Red+Green+Blue) = 205+221+239=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDDDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDEF is #322210. Grayscale: #DADADA. Windows color (decimal): -3285521 or 15719885. OLE color: 15719885.

HSL color Cylindrical-coordinate representation of color #CDDDEF: hue angle of 211.76º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDDEF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205221239-
CMYK0.140.0800.06
HSL211.76º51.52%87.06%-
HSV(B)211.76º14.23%93.73%-
XYZ66.6170.9291.84-
YUV218.27139.7118.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 239 (93.75% from 255) = 35.94%
R=30.83%
G=33.23%
B=35.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052212390.140.0800.06211.7651.5287.06
HexCDDDEFE806d43457
Octal31533535716100632464127
Binary110011011101110111101111111010000110110101001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDEF; }

 p { color: rgb(205,221,239); }

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

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

 a { background-color: rgb(205,221,239); }

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

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

 span { border-color: rgb(205,221,239); }

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