#CDD4ED

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

Shades of Hawkes Blue #CDD4ED

Tints of Hawkes Blue #CDD4ED

Color information

#CDD4ED (or 0xCDD4ED) is unknown color: approx Hawkes Blue. HEX triplet: CD, D4 and ED. RGB value is (205,212,237). Sum of RGB (Red+Green+Blue) = 205+212+237=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4ED is #322B12. Grayscale: #D4D4D4. Windows color (decimal): -3287827 or 15586509. OLE color: 15586509.

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

Color convert

RGB205212237-
CMYK0.140.1100.07
HSL226.88º47.06%86.67%-
HSV(B)226.88º13.5%92.94%-
XYZ64.0166.1889.52-
YUV212.76141.68122.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 212 (83.20% from 255) = 32.42%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=31.35%
G=32.42%
B=36.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052122370.140.1100.07226.8847.0686.67
HexCDD4EDEB07e32f57
Octal31532435516130734357127
Binary110011011101010011101101111010110111111000111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4ED; }

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

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

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

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

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

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

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

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