Html Css Color HEX #D1DAED Hawkes Blue

📋 copy color: '#D1DAED'

red 209 ◦ green 218 ◦ blue 237

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

Shades of Hawkes Blue #D1DAED

Tints of Hawkes Blue #D1DAED

RGB

 RED value IS 209 (82.03% from 255) = 31.48%

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

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

R = 31.48%
G = 32.83%
B = 35.69%

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

#D1DAED (or 0xD1DAED) is known color: Hawkes Blue. HEX triplet: D1, DA and ED. RGB value is (209,218,237). Sum of RGB (Red+Green+Blue) = 209+218+237=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAED is #2E2512. Grayscale: #D9D9D9. Windows color (decimal): -3024147 or 15588049. OLE color: 15588049.

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

Color convert

RGB 209 218 237 -
CMYK 0.12 0.08 0 0.07
HSL 220.71º 0.44% 0.87% -
HSV(B) 220.71º 0.12% 0.93% -
XYZ 66.65 69.81 90.08 -
YUV 217.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 209 218 237 0.12 0.08 0 0.07 220.71 0.44 0.87
Hex D1 DA ED C 8 0 7 DD 2C 57
Octal 321 332 355 14 10 0 7 335 54 127
Binary 11010001 11011010 11101101 1100 1000 0 111 11011101 101100 1010111

Color Harmonies of #D1DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAED

Black with #D1DAED

Text Example


Text Example

White with #D1DAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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