Html Css Color HEX #D2DBEB Hawkes Blue

📋 copy color: '#D2DBEB'

red 210 ◦ green 219 ◦ blue 235

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

Shades of Hawkes Blue #D2DBEB

Tints of Hawkes Blue #D2DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.98%

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

R = 31.63%
G = 32.98%
B = 35.39%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D2DBEB (or 0xD2DBEB) is known color: Hawkes Blue. HEX triplet: D2, DB and EB. RGB value is (210,219,235). Sum of RGB (Red+Green+Blue) = 210+219+235=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBEB is #2D2414. Grayscale: #DADADA. Windows color (decimal): -2958357 or 15457234. OLE color: 15457234.

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

Color convert

RGB 210 219 235 -
CMYK 0.11 0.07 0 0.08
HSL 218.4º 0.38% 0.87% -
HSV(B) 218.4º 0.11% 0.92% -
XYZ 66.91 70.36 88.65 -
YUV 218.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 210 219 235 0.11 0.07 0 0.08 218.4 0.38 0.87
Hex D2 DB EB B 7 0 8 DA 26 57
Octal 322 333 353 13 7 0 10 332 46 127
Binary 11010010 11011011 11101011 1011 111 0 1000 11011010 100110 1010111

Color Harmonies of #D2DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBEB

Black with #D2DBEB

Text Example


Text Example

White with #D2DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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