Html Css Color HEX #CDD9C2 Ottoman

📋 copy color: '#CDD9C2'

red 205 ◦ green 217 ◦ blue 194

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

Shades of Ottoman #CDD9C2

Tints of Ottoman #CDD9C2

RGB

 RED value IS 205 (80.47% from 255) = 33.28%

 GREEN value IS 217 (85.16% from 255) = 35.23%

 BLUE value IS 194 (76.17% from 255) = 31.49%

R = 33.28%
G = 35.23%
B = 31.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#CDD9C2 (or 0xCDD9C2) is known color: Ottoman. HEX triplet: CD, D9 and C2. RGB value is (205,217,194). Sum of RGB (Red+Green+Blue) = 205+217+194=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9C2 is #32263D. Grayscale: #D2D2D2. Windows color (decimal): -3286590 or 12769741. OLE color: 12769741.

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

Color convert

RGB 205 217 194 -
CMYK 0.06 0 0.11 0.15
HSL 91.3º 0.23% 0.81% -
HSV(B) 91.3º 0.11% 0.85% -
XYZ 59.73 66.5 60.73 -
YUV 210.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 205 217 194 0.06 0 0.11 0.15 91.3 0.23 0.81
Hex CD D9 C2 6 0 B F 5B 17 51
Octal 315 331 302 6 0 13 17 133 27 121
Binary 11001101 11011001 11000010 110 0 1011 1111 1011011 10111 1010001

Color Harmonies of #CDD9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9C2

Black with #CDD9C2

Text Example


Text Example

White with #CDD9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9C2; }

 p { color: rgb(205,217,194); }

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

background-color css

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

 a { background-color: rgb(205,217,194); }

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

border-color css

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

 span { border-color: rgb(205,217,194); }

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