Html Css Color HEX #D5DAEA Hawkes Blue

📋 copy color: '#D5DAEA'

red 213 ◦ green 218 ◦ blue 234

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

Shades of Hawkes Blue #D5DAEA

Tints of Hawkes Blue #D5DAEA

RGB

 RED value IS 213 (83.59% from 255) = 32.03%

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

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

R = 32.03%
G = 32.78%
B = 35.19%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5DAEA (or 0xD5DAEA) is known color: Hawkes Blue. HEX triplet: D5, DA and EA. RGB value is (213,218,234). Sum of RGB (Red+Green+Blue) = 213+218+234=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAEA is #2A2515. Grayscale: #DADADA. Windows color (decimal): -2762006 or 15391445. OLE color: 15391445.

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

Color convert

RGB 213 218 234 -
CMYK 0.09 0.07 0 0.08
HSL 225.71º 0.33% 0.88% -
HSV(B) 225.71º 0.09% 0.92% -
XYZ 67.36 70.23 87.85 -
YUV 218.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 213 218 234 0.09 0.07 0 0.08 225.71 0.33 0.88
Hex D5 DA EA 9 7 0 8 E2 21 58
Octal 325 332 352 11 7 0 10 342 41 130
Binary 11010101 11011010 11101010 1001 111 0 1000 11100010 100001 1011000

Color Harmonies of #D5DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAEA

Black with #D5DAEA

Text Example


Text Example

White with #D5DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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