Html Css Color HEX #D0D6D0 Sea Mist

📋 copy color: '#D0D6D0'

red 208 ◦ green 214 ◦ blue 208

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

Shades of Sea Mist #D0D6D0

Tints of Sea Mist #D0D6D0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.97%

 BLUE value IS 208 (81.64% from 255) = 33.02%

R = 33.02%
G = 33.97%
B = 33.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D0D6D0 (or 0xD0D6D0) is known color: Sea Mist. HEX triplet: D0, D6 and D0. RGB value is (208,214,208). Sum of RGB (Red+Green+Blue) = 208+214+208=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6D0 is #2F292F. Grayscale: #D3D3D3. Windows color (decimal): -3090736 or 13686480. OLE color: 13686480.

HSL color Cylindrical-coordinate representation of color #D0D6D0: hue angle of 120º degrees, saturation: 0.07, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0D6D0 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 208 -
CMYK 0.03 0 0.03 0.16
HSL 120º 0.07% 0.83% -
HSV(B) 120º 0.03% 0.84% -
XYZ 61.44 66.06 69.19 -
YUV 211.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 208 214 208 0.03 0 0.03 0.16 120 0.07 0.83
Hex D0 D6 D0 3 0 3 10 78 7 53
Octal 320 326 320 3 0 3 20 170 7 123
Binary 11010000 11010110 11010000 11 0 11 10000 1111000 111 1010011

Color Harmonies of #D0D6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D6D0

Black with #D0D6D0

Text Example


Text Example

White with #D0D6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D6D0; }

 p { color: rgb(208,214,208); }

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

background-color css

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

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

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

border-color css

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

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

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