Html Css Color HEX #D2DDED Hawkes Blue

📋 copy color: '#D2DDED'

red 210 ◦ green 221 ◦ blue 237

#D2DDED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #D2DDED

Tints of Hawkes Blue #D2DDED

RGB

 RED value IS 210 (82.42% from 255) = 31.44%

 GREEN value IS 221 (86.72% from 255) = 33.08%

 BLUE value IS 237 (92.97% from 255) = 35.48%

R = 31.44%
G = 33.08%
B = 35.48%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D2DDED (or 0xD2DDED) is known color: Hawkes Blue. HEX triplet: D2, DD and ED. RGB value is (210,221,237). Sum of RGB (Red+Green+Blue) = 210+221+237=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDED is #2D2212. Grayscale: #DBDBDB. Windows color (decimal): -2957843 or 15588818. OLE color: 15588818.

HSL color Cylindrical-coordinate representation of color #D2DDED: hue angle of 215.56º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DDED is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 221 237 -
CMYK 0.11 0.07 0 0.07
HSL 215.56º 0.43% 0.88% -
HSV(B) 215.56º 0.11% 0.93% -
XYZ 67.72 71.53 90.36 -
YUV 219.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 210 221 237 0.11 0.07 0 0.07 215.56 0.43 0.88
Hex D2 DD ED B 7 0 7 D8 2B 58
Octal 322 335 355 13 7 0 7 330 53 130
Binary 11010010 11011101 11101101 1011 111 0 111 11011000 101011 1011000

Color Harmonies of #D2DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDED

Black with #D2DDED

Text Example


Text Example

White with #D2DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDED; }

 p { color: rgb(210,221,237); }

 H1.HeaderClassName
 {
   color: #D2DDED;
 }
 .AnyTagClassName
 {
   color: #D2DDED;
 }
</style>

background-color css

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

 a { background-color: rgb(210,221,237); }

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

border-color css

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

 span { border-color: rgb(210,221,237); }

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