Html Css Color HEX #D2E6B6 Ottoman

📋 copy color: '#D2E6B6'

red 210 ◦ green 230 ◦ blue 182

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

Shades of Ottoman #D2E6B6

Tints of Ottoman #D2E6B6

RGB

 RED value IS 210 (82.42% from 255) = 33.76%

 GREEN value IS 230 (90.23% from 255) = 36.98%

 BLUE value IS 182 (71.48% from 255) = 29.26%

R = 33.76%
G = 36.98%
B = 29.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#D2E6B6 (or 0xD2E6B6) is known color: Ottoman. HEX triplet: D2, E6 and B6. RGB value is (210,230,182). Sum of RGB (Red+Green+Blue) = 210+230+182=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E6B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E6B6 is #2D1949. Grayscale: #DADADA. Windows color (decimal): -2955594 or 11986642. OLE color: 11986642.

HSL color Cylindrical-coordinate representation of color #D2E6B6: hue angle of 85º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2E6B6 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 230 182 -
CMYK 0.09 0 0.21 0.10
HSL 85º 0.49% 0.81% -
HSV(B) 85º 0.21% 0.9% -
XYZ 63.32 73.67 55.14 -
YUV 218.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 210 230 182 0.09 0 0.21 0.10 85 0.49 0.81
Hex D2 E6 B6 9 0 15 A 55 31 51
Octal 322 346 266 11 0 25 12 125 61 121
Binary 11010010 11100110 10110110 1001 0 10101 1010 1010101 110001 1010001

Color Harmonies of #D2E6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E6B6

Black with #D2E6B6

Text Example


Text Example

White with #D2E6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E6B6; }

 p { color: rgb(210,230,182); }

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

background-color css

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

 a { background-color: rgb(210,230,182); }

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

border-color css

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

 span { border-color: rgb(210,230,182); }

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