Html Css Color HEX #D2D8CA Ottoman

📋 copy color: '#D2D8CA'

red 210 ◦ green 216 ◦ blue 202

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

Shades of Ottoman #D2D8CA

Tints of Ottoman #D2D8CA

RGB

 RED value IS 210 (82.42% from 255) = 33.44%

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

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

R = 33.44%
G = 34.39%
B = 32.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D2D8CA (or 0xD2D8CA) is known color: Ottoman. HEX triplet: D2, D8 and CA. RGB value is (210,216,202). Sum of RGB (Red+Green+Blue) = 210+216+202=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D8CA is #2D2735. Grayscale: #D4D4D4. Windows color (decimal): -2959158 or 13293778. OLE color: 13293778.

HSL color Cylindrical-coordinate representation of color #D2D8CA: hue angle of 85.71º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2D8CA is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 216 202 -
CMYK 0.03 0 0.06 0.15
HSL 85.71º 0.15% 0.82% -
HSV(B) 85.71º 0.06% 0.85% -
XYZ 61.79 67.08 65.57 -
YUV 212.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 210 216 202 0.03 0 0.06 0.15 85.71 0.15 0.82
Hex D2 D8 CA 3 0 6 F 56 F 52
Octal 322 330 312 3 0 6 17 126 17 122
Binary 11010010 11011000 11001010 11 0 110 1111 1010110 1111 1010010

Color Harmonies of #D2D8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D8CA

Black with #D2D8CA

Text Example


Text Example

White with #D2D8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D8CA; }

 p { color: rgb(210,216,202); }

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

background-color css

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

 a { background-color: rgb(210,216,202); }

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

border-color css

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

 span { border-color: rgb(210,216,202); }

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