Html Css Color HEX #CDD9C4 Ottoman

📋 copy color: '#CDD9C4'

red 205 ◦ green 217 ◦ blue 196

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

Shades of Ottoman #CDD9C4

Tints of Ottoman #CDD9C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.72%

R = 33.17%
G = 35.11%
B = 31.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#CDD9C4 (or 0xCDD9C4) is known color: Ottoman. HEX triplet: CD, D9 and C4. RGB value is (205,217,196). Sum of RGB (Red+Green+Blue) = 205+217+196=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9C4 is #32263B. Grayscale: #D3D3D3. Windows color (decimal): -3286588 or 12900813. OLE color: 12900813.

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

Color convert

RGB 205 217 196 -
CMYK 0.06 0 0.10 0.15
HSL 94.29º 0.22% 0.81% -
HSV(B) 94.29º 0.1% 0.85% -
XYZ 59.95 66.59 61.92 -
YUV 211.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 205 217 196 0.06 0 0.10 0.15 94.29 0.22 0.81
Hex CD D9 C4 6 0 A F 5E 16 51
Octal 315 331 304 6 0 12 17 136 26 121
Binary 11001101 11011001 11000100 110 0 1010 1111 1011110 10110 1010001

Color Harmonies of #CDD9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9C4

Black with #CDD9C4

Text Example


Text Example

White with #CDD9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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