Html Css Color HEX #D5DAED Hawkes Blue

📋 copy color: '#D5DAED'

red 213 ◦ green 218 ◦ blue 237

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

Shades of Hawkes Blue #D5DAED

Tints of Hawkes Blue #D5DAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.48%

R = 31.89%
G = 32.63%
B = 35.48%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5DAED (or 0xD5DAED) is known color: Hawkes Blue. HEX triplet: D5, DA and ED. RGB value is (213,218,237). Sum of RGB (Red+Green+Blue) = 213+218+237=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAED is #2A2512. Grayscale: #DADADA. Windows color (decimal): -2762003 or 15588053. OLE color: 15588053.

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

Color convert

RGB 213 218 237 -
CMYK 0.10 0.08 0 0.07
HSL 227.5º 0.4% 0.88% -
HSV(B) 227.5º 0.1% 0.93% -
XYZ 67.8 70.4 90.14 -
YUV 218.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 213 218 237 0.10 0.08 0 0.07 227.5 0.4 0.88
Hex D5 DA ED A 8 0 7 E4 28 58
Octal 325 332 355 12 10 0 7 344 50 130
Binary 11010101 11011010 11101101 1010 1000 0 111 11100100 101000 1011000

Color Harmonies of #D5DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAED

Black with #D5DAED

Text Example


Text Example

White with #D5DAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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