Html Css Color HEX #D0DCEE Hawkes Blue

📋 copy color: '#D0DCEE'

red 208 ◦ green 220 ◦ blue 238

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

Shades of Hawkes Blue #D0DCEE

Tints of Hawkes Blue #D0DCEE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.03%

 BLUE value IS 238 (93.36% from 255) = 35.74%

R = 31.23%
G = 33.03%
B = 35.74%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0DCEE (or 0xD0DCEE) is known color: Hawkes Blue. HEX triplet: D0, DC and EE. RGB value is (208,220,238). Sum of RGB (Red+Green+Blue) = 208+220+238=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCEE is #2F2311. Grayscale: #DADADA. Windows color (decimal): -3089170 or 15654096. OLE color: 15654096.

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

Color convert

RGB 208 220 238 -
CMYK 0.13 0.08 0 0.07
HSL 216º 0.47% 0.87% -
HSV(B) 216º 0.13% 0.93% -
XYZ 67.04 70.77 91.02 -
YUV 218.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 208 220 238 0.13 0.08 0 0.07 216 0.47 0.87
Hex D0 DC EE D 8 0 7 D8 2F 57
Octal 320 334 356 15 10 0 7 330 57 127
Binary 11010000 11011100 11101110 1101 1000 0 111 11011000 101111 1010111

Color Harmonies of #D0DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCEE

Black with #D0DCEE

Text Example


Text Example

White with #D0DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCEE; }

 p { color: rgb(208,220,238); }

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

background-color css

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

 a { background-color: rgb(208,220,238); }

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

border-color css

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

 span { border-color: rgb(208,220,238); }

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