#CDD3EB

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

Shades of Hawkes Blue #CDD3EB

Tints of Hawkes Blue #CDD3EB

Color information

#CDD3EB (or 0xCDD3EB) is unknown color: approx Hawkes Blue. HEX triplet: CD, D3 and EB. RGB value is (205,211,235). Sum of RGB (Red+Green+Blue) = 205+211+235=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3EB is #322C14. Grayscale: #D3D3D3. Windows color (decimal): -3288085 or 15455181. OLE color: 15455181.

HSL color Cylindrical-coordinate representation of color #CDD3EB: hue angle of 228º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD3EB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205211235-
CMYK0.130.1000.08
HSL228º42.86%86.27%-
HSV(B)228º12.77%92.16%-
XYZ63.4765.5787.91-
YUV211.94141.01123.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 211 (82.81% from 255) = 32.41%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=31.49%
G=32.41%
B=36.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052112350.130.1000.0822842.8686.27
HexCDD3EBDA08e42b56
Octal315323353151201034453126
Binary1100110111010011111010111101101001000111001001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3EB; }

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

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

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

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

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

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

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

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