#CDDBEF

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

Shades of Hawkes Blue #CDDBEF

Tints of Hawkes Blue #CDDBEF

Color information

#CDDBEF (or 0xCDDBEF) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and EF. RGB value is (205,219,239). Sum of RGB (Red+Green+Blue) = 205+219+239=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDDBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBEF is #322410. Grayscale: #D8D8D8. Windows color (decimal): -3286033 or 15719373. OLE color: 15719373.

HSL color Cylindrical-coordinate representation of color #CDDBEF: hue angle of 215.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDBEF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205219239-
CMYK0.140.0800.06
HSL215.29º51.52%87.06%-
HSV(B)215.29º14.23%93.73%-
XYZ66.0969.8791.67-
YUV217.09140.36119.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.92%
GREEN value IS 219 (85.94% from 255) = 33.03%
BLUE value IS 239 (93.75% from 255) = 36.05%
R=30.92%
G=33.03%
B=36.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052192390.140.0800.06215.2951.5287.06
HexCDDBEFE806d73457
Octal31533335716100632764127
Binary110011011101101111101111111010000110110101111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBEF; }

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

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

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

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

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

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

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

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