Html Css Color HEX #D0D8EA Hawkes Blue

📋 copy color: '#D0D8EA'

red 208 ◦ green 216 ◦ blue 234

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

Shades of Hawkes Blue #D0D8EA

Tints of Hawkes Blue #D0D8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.83%

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

R = 31.61%
G = 32.83%
B = 35.56%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D0D8EA (or 0xD0D8EA) is known color: Hawkes Blue. HEX triplet: D0, D8 and EA. RGB value is (208,216,234). Sum of RGB (Red+Green+Blue) = 208+216+234=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0D8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D8EA is #2F2715. Grayscale: #D7D7D7. Windows color (decimal): -3090198 or 15390928. OLE color: 15390928.

HSL color Cylindrical-coordinate representation of color #D0D8EA: hue angle of 221.54º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0D8EA is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 216 234 -
CMYK 0.11 0.08 0 0.08
HSL 221.54º 0.38% 0.87% -
HSV(B) 221.54º 0.11% 0.92% -
XYZ 65.42 68.46 87.61 -
YUV 215.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 208 216 234 0.11 0.08 0 0.08 221.54 0.38 0.87
Hex D0 D8 EA B 8 0 8 DE 26 57
Octal 320 330 352 13 10 0 10 336 46 127
Binary 11010000 11011000 11101010 1011 1000 0 1000 11011110 100110 1010111

Color Harmonies of #D0D8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D8EA

Black with #D0D8EA

Text Example


Text Example

White with #D0D8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D8EA; }

 p { color: rgb(208,216,234); }

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

background-color css

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

 a { background-color: rgb(208,216,234); }

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

border-color css

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

 span { border-color: rgb(208,216,234); }

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