#CDD3EF

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

Shades of Hawkes Blue #CDD3EF

Tints of Hawkes Blue #CDD3EF

Color information

#CDD3EF (or 0xCDD3EF) is unknown color: approx Hawkes Blue. HEX triplet: CD, D3 and EF. RGB value is (205,211,239). Sum of RGB (Red+Green+Blue) = 205+211+239=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDD3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3EF is #322C10. Grayscale: #D4D4D4. Windows color (decimal): -3288081 or 15717325. OLE color: 15717325.

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

Color convert

RGB205211239-
CMYK0.140.1200.06
HSL229.41º51.52%87.06%-
HSV(B)229.41º14.23%93.73%-
XYZ64.0565.890.99-
YUV212.4143.01122.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 211 (82.81% from 255) = 32.21%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=31.30%
G=32.21%
B=36.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052112390.140.1200.06229.4151.5287.06
HexCDD3EFEC06e53457
Octal31532335716140634564127
Binary110011011101001111101111111011000110111001011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3EF; }

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

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

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

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

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

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

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

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