#CDD6EF

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

Shades of Hawkes Blue #CDD6EF

Tints of Hawkes Blue #CDD6EF

Color information

#CDD6EF (or 0xCDD6EF) is unknown color: approx Hawkes Blue. HEX triplet: CD, D6 and EF. RGB value is (205,214,239). Sum of RGB (Red+Green+Blue) = 205+214+239=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDD6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6EF is #322910. Grayscale: #D6D6D6. Windows color (decimal): -3287313 or 15718093. OLE color: 15718093.

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

Color convert

RGB205214239-
CMYK0.140.1000.06
HSL224.12º51.52%87.06%-
HSV(B)224.12º14.23%93.73%-
XYZ64.867.391.24-
YUV214.16142.02121.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 214 (83.98% from 255) = 32.52%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=31.16%
G=32.52%
B=36.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052142390.140.1000.06224.1251.5287.06
HexCDD6EFEA06e03457
Octal31532635716120634064127
Binary110011011101011011101111111010100110111000001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6EF; }

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

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

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

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

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

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

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

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