#D2D5EA

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

Shades of Hawkes Blue #D2D5EA

Tints of Hawkes Blue #D2D5EA

Color information

#D2D5EA (or 0xD2D5EA) is unknown color: approx Hawkes Blue. HEX triplet: D2, D5 and EA. RGB value is (210,213,234). Sum of RGB (Red+Green+Blue) = 210+213+234=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D5EA is #2D2A15. Grayscale: #D6D6D6. Windows color (decimal): -2959894 or 15390162. OLE color: 15390162.

HSL color Cylindrical-coordinate representation of color #D2D5EA: hue angle of 232.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2D5EA is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210213234-
CMYK0.100.0900.08
HSL232.5º36.36%87.06%-
HSV(B)232.5º10.26%91.76%-
XYZ65.2267.2387.38-
YUV214.5139.01124.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.96%
GREEN value IS 213 (83.59% from 255) = 32.42%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=31.96%
G=32.42%
B=35.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102132340.100.0900.08232.536.3687.06
HexD2D5EAA908e82457
Octal322325352121101035044127
Binary1101001011010101111010101010100101000111010001001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5EA; }

 p { color: rgb(210,213,234); }

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

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

 a { background-color: rgb(210,213,234); }

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

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

 span { border-color: rgb(210,213,234); }

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