Html Css Color HEX #CDDCC5 Ottoman

📋 copy color: '#CDDCC5'

red 205 ◦ green 220 ◦ blue 197

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

Shades of Ottoman #CDDCC5

Tints of Ottoman #CDDCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.67%

R = 32.96%
G = 35.37%
B = 31.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#CDDCC5 (or 0xCDDCC5) is known color: Ottoman. HEX triplet: CD, DC and C5. RGB value is (205,220,197). Sum of RGB (Red+Green+Blue) = 205+220+197=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCC5 is #32233A. Grayscale: #D4D4D4. Windows color (decimal): -3285819 or 12967117. OLE color: 12967117.

HSL color Cylindrical-coordinate representation of color #CDDCC5: hue angle of 99.13º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDCC5 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 197 -
CMYK 0.07 0 0.10 0.14
HSL 99.13º 0.25% 0.82% -
HSV(B) 99.13º 0.1% 0.86% -
XYZ 60.85 68.2 62.78 -
YUV 212.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 205 220 197 0.07 0 0.10 0.14 99.13 0.25 0.82
Hex CD DC C5 7 0 A E 63 19 52
Octal 315 334 305 7 0 12 16 143 31 122
Binary 11001101 11011100 11000101 111 0 1010 1110 1100011 11001 1010010

Color Harmonies of #CDDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCC5

Black with #CDDCC5

Text Example


Text Example

White with #CDDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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