Html Css Color HEX #D4D8CF Ottoman

📋 copy color: '#D4D8CF'

red 212 ◦ green 216 ◦ blue 207

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

Shades of Ottoman #D4D8CF

Tints of Ottoman #D4D8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.02%

 BLUE value IS 207 (81.25% from 255) = 32.6%

R = 33.39%
G = 34.02%
B = 32.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D4D8CF (or 0xD4D8CF) is known color: Ottoman. HEX triplet: D4, D8 and CF. RGB value is (212,216,207). Sum of RGB (Red+Green+Blue) = 212+216+207=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8CF is #2B2730. Grayscale: #D5D5D5. Windows color (decimal): -2828081 or 13621460. OLE color: 13621460.

HSL color Cylindrical-coordinate representation of color #D4D8CF: hue angle of 86.67º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4D8CF is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 216 207 -
CMYK 0.02 0 0.04 0.15
HSL 86.67º 0.1% 0.83% -
HSV(B) 86.67º 0.04% 0.85% -
XYZ 62.97 67.61 68.76 -
YUV 213.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 212 216 207 0.02 0 0.04 0.15 86.67 0.1 0.83
Hex D4 D8 CF 2 0 4 F 57 A 53
Octal 324 330 317 2 0 4 17 127 12 123
Binary 11010100 11011000 11001111 10 0 100 1111 1010111 1010 1010011

Color Harmonies of #D4D8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D8CF

Black with #D4D8CF

Text Example


Text Example

White with #D4D8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D8CF; }

 p { color: rgb(212,216,207); }

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

background-color css

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

 a { background-color: rgb(212,216,207); }

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

border-color css

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

 span { border-color: rgb(212,216,207); }

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