#CDDCED

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

Shades of Hawkes Blue #CDDCED

Tints of Hawkes Blue #CDDCED

Color information

#CDDCED (or 0xCDDCED) is unknown color: approx Hawkes Blue. HEX triplet: CD, DC and ED. RGB value is (205,220,237). Sum of RGB (Red+Green+Blue) = 205+220+237=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCED is #322312. Grayscale: #D9D9D9. Windows color (decimal): -3285779 or 15588557. OLE color: 15588557.

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

Color convert

RGB205220237-
CMYK0.140.0700.07
HSL211.88º47.06%86.67%-
HSV(B)211.88º13.5%92.94%-
XYZ66.0670.2890.2-
YUV217.45139.03119.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.97%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 237 (92.97% from 255) = 35.80%
R=30.97%
G=33.23%
B=35.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052202370.140.0700.07211.8847.0686.67
HexCDDCEDE707d42f57
Octal3153343551670732457127
Binary11001101110111001110110111101110111110101001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCED; }

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

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

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

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

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

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

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

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