Html Css Color HEX #D2DAEA Hawkes Blue

📋 copy color: '#D2DAEA'

red 210 ◦ green 218 ◦ blue 234

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

Shades of Hawkes Blue #D2DAEA

Tints of Hawkes Blue #D2DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.93%

 BLUE value IS 234 (91.8% from 255) = 35.35%

R = 31.72%
G = 32.93%
B = 35.35%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D2DAEA (or 0xD2DAEA) is known color: Hawkes Blue. HEX triplet: D2, DA and EA. RGB value is (210,218,234). Sum of RGB (Red+Green+Blue) = 210+218+234=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAEA is #2D2515. Grayscale: #D9D9D9. Windows color (decimal): -2958614 or 15391442. OLE color: 15391442.

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

Color convert

RGB 210 218 234 -
CMYK 0.10 0.07 0 0.08
HSL 220º 0.36% 0.87% -
HSV(B) 220º 0.1% 0.92% -
XYZ 66.5 69.78 87.81 -
YUV 217.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 210 218 234 0.10 0.07 0 0.08 220 0.36 0.87
Hex D2 DA EA A 7 0 8 DC 24 57
Octal 322 332 352 12 7 0 10 334 44 127
Binary 11010010 11011010 11101010 1010 111 0 1000 11011100 100100 1010111

Color Harmonies of #D2DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DAEA

Black with #D2DAEA

Text Example


Text Example

White with #D2DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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