#CDDBED

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

Shades of Hawkes Blue #CDDBED

Tints of Hawkes Blue #CDDBED

Color information

#CDDBED (or 0xCDDBED) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and ED. RGB value is (205,219,237). Sum of RGB (Red+Green+Blue) = 205+219+237=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBED is #322412. Grayscale: #D8D8D8. Windows color (decimal): -3286035 or 15588301. OLE color: 15588301.

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

Color convert

RGB205219237-
CMYK0.140.0800.07
HSL213.75º47.06%86.67%-
HSV(B)213.75º13.5%92.94%-
XYZ65.7969.7690.12-
YUV216.87139.36119.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=31.01%
G=33.13%
B=35.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052192370.140.0800.07213.7547.0686.67
HexCDDBEDE807d62f57
Octal31533335516100732657127
Binary110011011101101111101101111010000111110101101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBED; }

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

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

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

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

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

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

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

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