#CDD1EB

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

Shades of Hawkes Blue #CDD1EB

Tints of Hawkes Blue #CDD1EB

Color information

#CDD1EB (or 0xCDD1EB) is unknown color: approx Hawkes Blue. HEX triplet: CD, D1 and EB. RGB value is (205,209,235). Sum of RGB (Red+Green+Blue) = 205+209+235=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1EB is #322E14. Grayscale: #D2D2D2. Windows color (decimal): -3288597 or 15454669. OLE color: 15454669.

HSL color Cylindrical-coordinate representation of color #CDD1EB: hue angle of 232º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD1EB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205209235-
CMYK0.130.1100.08
HSL232º42.86%86.27%-
HSV(B)232º12.77%92.16%-
XYZ62.9764.5887.74-
YUV210.77141.67123.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.59%
GREEN value IS 209 (82.03% from 255) = 32.20%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=31.59%
G=32.20%
B=36.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052092350.130.1100.0823242.8686.27
HexCDD1EBDB08e82b56
Octal315321353151301035053126
Binary1100110111010001111010111101101101000111010001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1EB; }

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

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

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

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

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

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

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

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