Html Css Color HEX #D0DCE9 Hawkes Blue

📋 copy color: '#D0DCE9'

red 208 ◦ green 220 ◦ blue 233

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

Shades of Hawkes Blue #D0DCE9

Tints of Hawkes Blue #D0DCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.25%

R = 31.47%
G = 33.28%
B = 35.25%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D0DCE9 (or 0xD0DCE9) is known color: Hawkes Blue. HEX triplet: D0, DC and E9. RGB value is (208,220,233). Sum of RGB (Red+Green+Blue) = 208+220+233=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0DCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCE9 is #2F2316. Grayscale: #D9D9D9. Windows color (decimal): -3089175 or 15326416. OLE color: 15326416.

HSL color Cylindrical-coordinate representation of color #D0DCE9: hue angle of 211.2º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DCE9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 220 233 -
CMYK 0.11 0.06 0 0.09
HSL 211.2º 0.36% 0.86% -
HSV(B) 211.2º 0.11% 0.91% -
XYZ 66.31 70.48 87.2 -
YUV 217.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 208 220 233 0.11 0.06 0 0.09 211.2 0.36 0.86
Hex D0 DC E9 B 6 0 9 D3 24 56
Octal 320 334 351 13 6 0 11 323 44 126
Binary 11010000 11011100 11101001 1011 110 0 1001 11010011 100100 1010110

Color Harmonies of #D0DCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCE9

Black with #D0DCE9

Text Example


Text Example

White with #D0DCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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