Html Css Color HEX #D0D8EC Hawkes Blue

📋 copy color: '#D0D8EC'

red 208 ◦ green 216 ◦ blue 236

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

Shades of Hawkes Blue #D0D8EC

Tints of Hawkes Blue #D0D8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.76%

R = 31.52%
G = 32.73%
B = 35.76%

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

#D0D8EC (or 0xD0D8EC) is known color: Hawkes Blue. HEX triplet: D0, D8 and EC. RGB value is (208,216,236). Sum of RGB (Red+Green+Blue) = 208+216+236=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0D8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D8EC is #2F2713. Grayscale: #D7D7D7. Windows color (decimal): -3090196 or 15522000. OLE color: 15522000.

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

Color convert

RGB 208 216 236 -
CMYK 0.12 0.08 0 0.07
HSL 222.86º 0.42% 0.87% -
HSV(B) 222.86º 0.12% 0.93% -
XYZ 65.71 68.58 89.13 -
YUV 215.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 208 216 236 0.12 0.08 0 0.07 222.86 0.42 0.87
Hex D0 D8 EC C 8 0 7 DF 2A 57
Octal 320 330 354 14 10 0 7 337 52 127
Binary 11010000 11011000 11101100 1100 1000 0 111 11011111 101010 1010111

Color Harmonies of #D0D8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D8EC

Black with #D0D8EC

Text Example


Text Example

White with #D0D8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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