Html Css Color HEX #CDDCC1 Ottoman

📋 copy color: '#CDDCC1'

red 205 ◦ green 220 ◦ blue 193

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

Shades of Ottoman #CDDCC1

Tints of Ottoman #CDDCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.23%

R = 33.17%
G = 35.6%
B = 31.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#CDDCC1 (or 0xCDDCC1) is known color: Ottoman. HEX triplet: CD, DC and C1. RGB value is (205,220,193). Sum of RGB (Red+Green+Blue) = 205+220+193=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCC1 is #32233E. Grayscale: #D4D4D4. Windows color (decimal): -3285823 or 12704973. OLE color: 12704973.

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

Color convert

RGB 205 220 193 -
CMYK 0.07 0 0.12 0.14
HSL 93.33º 0.28% 0.81% -
HSV(B) 93.33º 0.12% 0.86% -
XYZ 60.4 68.02 60.4 -
YUV 212.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 205 220 193 0.07 0 0.12 0.14 93.33 0.28 0.81
Hex CD DC C1 7 0 C E 5D 1C 51
Octal 315 334 301 7 0 14 16 135 34 121
Binary 11001101 11011100 11000001 111 0 1100 1110 1011101 11100 1010001

Color Harmonies of #CDDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCC1

Black with #CDDCC1

Text Example


Text Example

White with #CDDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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