Html Css Color HEX #D4E1CA Ottoman

📋 copy color: '#D4E1CA'

red 212 ◦ green 225 ◦ blue 202

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

Shades of Ottoman #D4E1CA

Tints of Ottoman #D4E1CA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.21%

 BLUE value IS 202 (79.3% from 255) = 31.61%

R = 33.18%
G = 35.21%
B = 31.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#D4E1CA (or 0xD4E1CA) is known color: Ottoman. HEX triplet: D4, E1 and CA. RGB value is (212,225,202). Sum of RGB (Red+Green+Blue) = 212+225+202=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1CA is #2B1E35. Grayscale: #DADADA. Windows color (decimal): -2825782 or 13296084. OLE color: 13296084.

HSL color Cylindrical-coordinate representation of color #D4E1CA: hue angle of 93.91º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4E1CA is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 225 202 -
CMYK 0.06 0 0.10 0.12
HSL 93.91º 0.28% 0.84% -
HSV(B) 93.91º 0.1% 0.88% -
XYZ 64.74 72.11 66.38 -
YUV 218.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 212 225 202 0.06 0 0.10 0.12 93.91 0.28 0.84
Hex D4 E1 CA 6 0 A C 5E 1C 54
Octal 324 341 312 6 0 12 14 136 34 124
Binary 11010100 11100001 11001010 110 0 1010 1100 1011110 11100 1010100

Color Harmonies of #D4E1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E1CA

Black with #D4E1CA

Text Example


Text Example

White with #D4E1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E1CA; }

 p { color: rgb(212,225,202); }

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

background-color css

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

 a { background-color: rgb(212,225,202); }

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

border-color css

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

 span { border-color: rgb(212,225,202); }

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