Html Css Color HEX #D0EDD0 Blue Romance

📋 copy color: '#D0EDD0'

red 208 ◦ green 237 ◦ blue 208

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

Shades of Blue Romance #D0EDD0

Tints of Blue Romance #D0EDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.29%

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

R = 31.85%
G = 36.29%
B = 31.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#D0EDD0 (or 0xD0EDD0) is known color: Blue Romance. HEX triplet: D0, ED and D0. RGB value is (208,237,208). Sum of RGB (Red+Green+Blue) = 208+237+208=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDD0 is #2F122F. Grayscale: #E1E1E1. Windows color (decimal): -3084848 or 13692368. OLE color: 13692368.

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

Color convert

RGB 208 237 208 -
CMYK 0.12 0 0.12 0.07
HSL 120º 0.45% 0.87% -
HSV(B) 120º 0.12% 0.93% -
XYZ 67.68 78.53 71.27 -
YUV 225.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 208 237 208 0.12 0 0.12 0.07 120 0.45 0.87
Hex D0 ED D0 C 0 C 7 78 2D 57
Octal 320 355 320 14 0 14 7 170 55 127
Binary 11010000 11101101 11010000 1100 0 1100 111 1111000 101101 1010111

Color Harmonies of #D0EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDD0

Black with #D0EDD0

Text Example


Text Example

White with #D0EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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