Html Css Color HEX #D2DBEE Hawkes Blue

📋 copy color: '#D2DBEE'

red 210 ◦ green 219 ◦ blue 238

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

Shades of Hawkes Blue #D2DBEE

Tints of Hawkes Blue #D2DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.68%

R = 31.48%
G = 32.83%
B = 35.68%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D2DBEE (or 0xD2DBEE) is known color: Hawkes Blue. HEX triplet: D2, DB and EE. RGB value is (210,219,238). Sum of RGB (Red+Green+Blue) = 210+219+238=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBEE is #2D2411. Grayscale: #DADADA. Windows color (decimal): -2958354 or 15653842. OLE color: 15653842.

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

Color convert

RGB 210 219 238 -
CMYK 0.12 0.08 0 0.07
HSL 220.71º 0.45% 0.88% -
HSV(B) 220.71º 0.12% 0.93% -
XYZ 67.34 70.54 90.95 -
YUV 218.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 210 219 238 0.12 0.08 0 0.07 220.71 0.45 0.88
Hex D2 DB EE C 8 0 7 DD 2D 58
Octal 322 333 356 14 10 0 7 335 55 130
Binary 11010010 11011011 11101110 1100 1000 0 111 11011101 101101 1011000

Color Harmonies of #D2DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBEE

Black with #D2DBEE

Text Example


Text Example

White with #D2DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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