#CDDCEF

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

Shades of Hawkes Blue #CDDCEF

Tints of Hawkes Blue #CDDCEF

Color information

#CDDCEF (or 0xCDDCEF) is unknown color: approx Hawkes Blue. HEX triplet: CD, DC and EF. RGB value is (205,220,239). Sum of RGB (Red+Green+Blue) = 205+220+239=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCEF is #322310. Grayscale: #D9D9D9. Windows color (decimal): -3285777 or 15719629. OLE color: 15719629.

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

Color convert

RGB205220239-
CMYK0.140.0800.06
HSL213.53º51.52%87.06%-
HSV(B)213.53º14.23%93.73%-
XYZ66.3570.491.75-
YUV217.68140.03118.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.87%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 239 (93.75% from 255) = 35.99%
R=30.87%
G=33.13%
B=35.99%

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
Decimal2052202390.140.0800.06213.5351.5287.06
HexCDDCEFE806d63457
Octal31533435716100632664127
Binary110011011101110011101111111010000110110101101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCEF; }

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

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

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

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

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

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

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

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