#CDD1ED

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

Shades of Hawkes Blue #CDD1ED

Tints of Hawkes Blue #CDD1ED

Color information

#CDD1ED (or 0xCDD1ED) is unknown color: approx Hawkes Blue. HEX triplet: CD, D1 and ED. RGB value is (205,209,237). Sum of RGB (Red+Green+Blue) = 205+209+237=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1ED is #322E12. Grayscale: #D2D2D2. Windows color (decimal): -3288595 or 15585741. OLE color: 15585741.

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

Color convert

RGB205209237-
CMYK0.140.1200.07
HSL232.5º47.06%86.67%-
HSV(B)232.5º13.5%92.94%-
XYZ63.2664.6989.27-
YUV211142.67123.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 209 (82.03% from 255) = 32.10%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=31.49%
G=32.10%
B=36.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052092370.140.1200.07232.547.0686.67
HexCDD1EDEC07e82f57
Octal31532135516140735057127
Binary110011011101000111101101111011000111111010001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1ED; }

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

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

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

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

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

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

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

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