#CDD4EE

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

Shades of Hawkes Blue #CDD4EE

Tints of Hawkes Blue #CDD4EE

Color information

#CDD4EE (or 0xCDD4EE) is unknown color: approx Hawkes Blue. HEX triplet: CD, D4 and EE. RGB value is (205,212,238). Sum of RGB (Red+Green+Blue) = 205+212+238=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4EE is #322B11. Grayscale: #D4D4D4. Windows color (decimal): -3287826 or 15652045. OLE color: 15652045.

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

Color convert

RGB205212238-
CMYK0.140.1100.07
HSL227.27º49.25%86.86%-
HSV(B)227.27º13.87%93.33%-
XYZ64.1566.2490.29-
YUV212.87142.18122.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 212 (83.20% from 255) = 32.37%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=31.30%
G=32.37%
B=36.34%

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
Decimal2052122380.140.1100.07227.2749.2586.86
HexCDD4EEEB07e33157
Octal31532435616130734361127
Binary110011011101010011101110111010110111111000111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4EE; }

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

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

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

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

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

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

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

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