Html Css Color HEX #CDDCB9 Ottoman

📋 copy color: '#CDDCB9'

red 205 ◦ green 220 ◦ blue 185

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

Shades of Ottoman #CDDCB9

Tints of Ottoman #CDDCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.07%

 BLUE value IS 185 (72.66% from 255) = 30.33%

R = 33.61%
G = 36.07%
B = 30.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#CDDCB9 (or 0xCDDCB9) is known color: Ottoman. HEX triplet: CD, DC and B9. RGB value is (205,220,185). Sum of RGB (Red+Green+Blue) = 205+220+185=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCB9 is #322346. Grayscale: #D3D3D3. Windows color (decimal): -3285831 or 12180685. OLE color: 12180685.

HSL color Cylindrical-coordinate representation of color #CDDCB9: hue angle of 85.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDDCB9 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 185 -
CMYK 0.07 0 0.16 0.14
HSL 85.71º 0.33% 0.79% -
HSV(B) 85.71º 0.16% 0.86% -
XYZ 59.53 67.67 55.82 -
YUV 211.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 205 220 185 0.07 0 0.16 0.14 85.71 0.33 0.79
Hex CD DC B9 7 0 10 E 56 21 4F
Octal 315 334 271 7 0 20 16 126 41 117
Binary 11001101 11011100 10111001 111 0 10000 1110 1010110 100001 1001111

Color Harmonies of #CDDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCB9

Black with #CDDCB9

Text Example


Text Example

White with #CDDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCB9; }

 p { color: rgb(205,220,185); }

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

background-color css

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

 a { background-color: rgb(205,220,185); }

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

border-color css

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

 span { border-color: rgb(205,220,185); }

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