Html Css Color HEX #D4DAED Hawkes Blue

📋 copy color: '#D4DAED'

red 212 ◦ green 218 ◦ blue 237

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

Shades of Hawkes Blue #D4DAED

Tints of Hawkes Blue #D4DAED

RGB

 RED value IS 212 (83.2% from 255) = 31.78%

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

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

R = 31.78%
G = 32.68%
B = 35.53%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4DAED (or 0xD4DAED) is known color: Hawkes Blue. HEX triplet: D4, DA and ED. RGB value is (212,218,237). Sum of RGB (Red+Green+Blue) = 212+218+237=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DAED is #2B2512. Grayscale: #DADADA. Windows color (decimal): -2827539 or 15588052. OLE color: 15588052.

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

Color convert

RGB 212 218 237 -
CMYK 0.11 0.08 0 0.07
HSL 225.6º 0.41% 0.88% -
HSV(B) 225.6º 0.11% 0.93% -
XYZ 67.51 70.25 90.12 -
YUV 218.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 212 218 237 0.11 0.08 0 0.07 225.6 0.41 0.88
Hex D4 DA ED B 8 0 7 E2 29 58
Octal 324 332 355 13 10 0 7 342 51 130
Binary 11010100 11011010 11101101 1011 1000 0 111 11100010 101001 1011000

Color Harmonies of #D4DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAED

Black with #D4DAED

Text Example


Text Example

White with #D4DAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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