Html Css Color HEX #D0DAED Hawkes Blue

📋 copy color: '#D0DAED'

red 208 ◦ green 218 ◦ blue 237

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

Shades of Hawkes Blue #D0DAED

Tints of Hawkes Blue #D0DAED

RGB

 RED value IS 208 (81.64% from 255) = 31.37%

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

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

R = 31.37%
G = 32.88%
B = 35.75%

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

#D0DAED (or 0xD0DAED) is known color: Hawkes Blue. HEX triplet: D0, DA and ED. RGB value is (208,218,237). Sum of RGB (Red+Green+Blue) = 208+218+237=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAED is #2F2512. Grayscale: #D9D9D9. Windows color (decimal): -3089683 or 15588048. OLE color: 15588048.

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

Color convert

RGB 208 218 237 -
CMYK 0.12 0.08 0 0.07
HSL 219.31º 0.45% 0.87% -
HSV(B) 219.31º 0.12% 0.93% -
XYZ 66.37 69.67 90.07 -
YUV 217.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 208 218 237 0.12 0.08 0 0.07 219.31 0.45 0.87
Hex D0 DA ED C 8 0 7 DB 2D 57
Octal 320 332 355 14 10 0 7 333 55 127
Binary 11010000 11011010 11101101 1100 1000 0 111 11011011 101101 1010111

Color Harmonies of #D0DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAED

Black with #D0DAED

Text Example


Text Example

White with #D0DAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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