#CDD4EF

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

Shades of Hawkes Blue #CDD4EF

Tints of Hawkes Blue #CDD4EF

Color information

#CDD4EF (or 0xCDD4EF) is unknown color: approx Hawkes Blue. HEX triplet: CD, D4 and EF. RGB value is (205,212,239). Sum of RGB (Red+Green+Blue) = 205+212+239=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDD4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4EF is #322B10. Grayscale: #D4D4D4. Windows color (decimal): -3287825 or 15717581. OLE color: 15717581.

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

Color convert

RGB205212239-
CMYK0.140.1100.06
HSL227.65º51.52%87.06%-
HSV(B)227.65º14.23%93.73%-
XYZ64.366.391.07-
YUV212.98142.68122.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 212 (83.20% from 255) = 32.32%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=31.25%
G=32.32%
B=36.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052122390.140.1100.06227.6551.5287.06
HexCDD4EFEB06e43457
Octal31532435716130634464127
Binary110011011101010011101111111010110110111001001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4EF; }

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

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

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

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

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

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

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

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