#CDDBEB

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

Shades of Hawkes Blue #CDDBEB

Tints of Hawkes Blue #CDDBEB

Color information

#CDDBEB (or 0xCDDBEB) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and EB. RGB value is (205,219,235). Sum of RGB (Red+Green+Blue) = 205+219+235=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBEB is #322414. Grayscale: #D8D8D8. Windows color (decimal): -3286037 or 15457229. OLE color: 15457229.

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

Color convert

RGB205219235-
CMYK0.130.0700.08
HSL212º42.86%86.27%-
HSV(B)212º12.77%92.16%-
XYZ65.569.6488.59-
YUV216.64138.36119.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 219 (85.94% from 255) = 33.23%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=31.11%
G=33.23%
B=35.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052192350.130.0700.0821242.8686.27
HexCDDBEBD708d42b56
Octal31533335315701032453126
Binary110011011101101111101011110111101000110101001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBEB; }

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

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

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

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

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

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

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

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