Html Css Color HEX #D7E0CC Ottoman

📋 copy color: '#D7E0CC'

red 215 ◦ green 224 ◦ blue 204

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

Shades of Ottoman #D7E0CC

Tints of Ottoman #D7E0CC

RGB

 RED value IS 215 (84.38% from 255) = 33.44%

 GREEN value IS 224 (87.89% from 255) = 34.84%

 BLUE value IS 204 (80.08% from 255) = 31.73%

R = 33.44%
G = 34.84%
B = 31.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D7E0CC (or 0xD7E0CC) is known color: Ottoman. HEX triplet: D7, E0 and CC. RGB value is (215,224,204). Sum of RGB (Red+Green+Blue) = 215+224+204=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E0CC is #281F33. Grayscale: #DBDBDB. Windows color (decimal): -2629428 or 13426903. OLE color: 13426903.

HSL color Cylindrical-coordinate representation of color #D7E0CC: hue angle of 87º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7E0CC is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 224 204 -
CMYK 0.04 0 0.09 0.12
HSL 87º 0.24% 0.84% -
HSV(B) 87º 0.09% 0.88% -
XYZ 65.58 72.12 67.59 -
YUV 219.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 215 224 204 0.04 0 0.09 0.12 87 0.24 0.84
Hex D7 E0 CC 4 0 9 C 57 18 54
Octal 327 340 314 4 0 11 14 127 30 124
Binary 11010111 11100000 11001100 100 0 1001 1100 1010111 11000 1010100

Color Harmonies of #D7E0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E0CC

Black with #D7E0CC

Text Example


Text Example

White with #D7E0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E0CC; }

 p { color: rgb(215,224,204); }

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

background-color css

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

 a { background-color: rgb(215,224,204); }

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

border-color css

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

 span { border-color: rgb(215,224,204); }

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