Html Css Color HEX #D4E3C3 Ottoman

📋 copy color: '#D4E3C3'

red 212 ◦ green 227 ◦ blue 195

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

Shades of Ottoman #D4E3C3

Tints of Ottoman #D4E3C3

RGB

 RED value IS 212 (83.2% from 255) = 33.44%

 GREEN value IS 227 (89.06% from 255) = 35.8%

 BLUE value IS 195 (76.56% from 255) = 30.76%

R = 33.44%
G = 35.8%
B = 30.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#D4E3C3 (or 0xD4E3C3) is known color: Ottoman. HEX triplet: D4, E3 and C3. RGB value is (212,227,195). Sum of RGB (Red+Green+Blue) = 212+227+195=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E3C3 is #2B1C3C. Grayscale: #DADADA. Windows color (decimal): -2825277 or 12837844. OLE color: 12837844.

HSL color Cylindrical-coordinate representation of color #D4E3C3: hue angle of 88.12º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4E3C3 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 227 195 -
CMYK 0.07 0 0.14 0.11
HSL 88.13º 0.36% 0.83% -
HSV(B) 88.13º 0.14% 0.89% -
XYZ 64.47 72.88 62.3 -
YUV 218.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 212 227 195 0.07 0 0.14 0.11 88.13 0.36 0.83
Hex D4 E3 C3 7 0 E B 58 24 53
Octal 324 343 303 7 0 16 13 130 44 123
Binary 11010100 11100011 11000011 111 0 1110 1011 1011000 100100 1010011

Color Harmonies of #D4E3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E3C3

Black with #D4E3C3

Text Example


Text Example

White with #D4E3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E3C3; }

 p { color: rgb(212,227,195); }

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

background-color css

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

 a { background-color: rgb(212,227,195); }

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

border-color css

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

 span { border-color: rgb(212,227,195); }

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