Html Css Color HEX #D2DDEB Hawkes Blue

📋 copy color: '#D2DDEB'

red 210 ◦ green 221 ◦ blue 235

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

Shades of Hawkes Blue #D2DDEB

Tints of Hawkes Blue #D2DDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.29%

R = 31.53%
G = 33.18%
B = 35.29%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D2DDEB (or 0xD2DDEB) is known color: Hawkes Blue. HEX triplet: D2, DD and EB. RGB value is (210,221,235). Sum of RGB (Red+Green+Blue) = 210+221+235=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDEB is #2D2214. Grayscale: #DBDBDB. Windows color (decimal): -2957845 or 15457746. OLE color: 15457746.

HSL color Cylindrical-coordinate representation of color #D2DDEB: hue angle of 213.6º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DDEB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 221 235 -
CMYK 0.11 0.06 0 0.08
HSL 213.6º 0.38% 0.87% -
HSV(B) 213.6º 0.11% 0.92% -
XYZ 67.43 71.41 88.83 -
YUV 219.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 210 221 235 0.11 0.06 0 0.08 213.6 0.38 0.87
Hex D2 DD EB B 6 0 8 D6 26 57
Octal 322 335 353 13 6 0 10 326 46 127
Binary 11010010 11011101 11101011 1011 110 0 1000 11010110 100110 1010111

Color Harmonies of #D2DDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDEB

Black with #D2DDEB

Text Example


Text Example

White with #D2DDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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