Html Css Color HEX #D4E2C8 Ottoman

📋 copy color: '#D4E2C8'

red 212 ◦ green 226 ◦ blue 200

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

Shades of Ottoman #D4E2C8

Tints of Ottoman #D4E2C8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.42%

 BLUE value IS 200 (78.52% from 255) = 31.35%

R = 33.23%
G = 35.42%
B = 31.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#D4E2C8 (or 0xD4E2C8) is known color: Ottoman. HEX triplet: D4, E2 and C8. RGB value is (212,226,200). Sum of RGB (Red+Green+Blue) = 212+226+200=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E2C8 is #2B1D37. Grayscale: #DADADA. Windows color (decimal): -2825528 or 13165268. OLE color: 13165268.

HSL color Cylindrical-coordinate representation of color #D4E2C8: hue angle of 92.31º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4E2C8 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 226 200 -
CMYK 0.06 0 0.12 0.11
HSL 92.31º 0.31% 0.84% -
HSV(B) 92.31º 0.12% 0.89% -
XYZ 64.77 72.56 65.24 -
YUV 218.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 212 226 200 0.06 0 0.12 0.11 92.31 0.31 0.84
Hex D4 E2 C8 6 0 C B 5C 1F 54
Octal 324 342 310 6 0 14 13 134 37 124
Binary 11010100 11100010 11001000 110 0 1100 1011 1011100 11111 1010100

Color Harmonies of #D4E2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E2C8

Black with #D4E2C8

Text Example


Text Example

White with #D4E2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E2C8; }

 p { color: rgb(212,226,200); }

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

background-color css

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

 a { background-color: rgb(212,226,200); }

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

border-color css

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

 span { border-color: rgb(212,226,200); }

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