#CDD6EE

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

Shades of Hawkes Blue #CDD6EE

Tints of Hawkes Blue #CDD6EE

Color information

#CDD6EE (or 0xCDD6EE) is unknown color: approx Hawkes Blue. HEX triplet: CD, D6 and EE. RGB value is (205,214,238). Sum of RGB (Red+Green+Blue) = 205+214+238=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6EE is #322911. Grayscale: #D5D5D5. Windows color (decimal): -3287314 or 15652557. OLE color: 15652557.

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

Color convert

RGB205214238-
CMYK0.140.1000.07
HSL223.64º49.25%86.86%-
HSV(B)223.64º13.87%93.33%-
XYZ64.6667.2590.46-
YUV214.04141.52121.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 214 (83.98% from 255) = 32.57%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=31.20%
G=32.57%
B=36.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052142380.140.1000.07223.6449.2586.86
HexCDD6EEEA07e03157
Octal31532635616120734061127
Binary110011011101011011101110111010100111111000001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6EE; }

 p { color: rgb(205,214,238); }

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

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

 a { background-color: rgb(205,214,238); }

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

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

 span { border-color: rgb(205,214,238); }

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