Html Css Color HEX #CDDCC4 Ottoman

📋 copy color: '#CDDCC4'

red 205 ◦ green 220 ◦ blue 196

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

Shades of Ottoman #CDDCC4

Tints of Ottoman #CDDCC4

RGB

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

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

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

R = 33.01%
G = 35.43%
B = 31.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#CDDCC4 (or 0xCDDCC4) is known color: Ottoman. HEX triplet: CD, DC and C4. RGB value is (205,220,196). Sum of RGB (Red+Green+Blue) = 205+220+196=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCC4 is #32233B. Grayscale: #D4D4D4. Windows color (decimal): -3285820 or 12901581. OLE color: 12901581.

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

Color convert

RGB 205 220 196 -
CMYK 0.07 0 0.11 0.14
HSL 97.5º 0.26% 0.82% -
HSV(B) 97.5º 0.11% 0.86% -
XYZ 60.73 68.15 62.18 -
YUV 212.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 205 220 196 0.07 0 0.11 0.14 97.5 0.26 0.82
Hex CD DC C4 7 0 B E 62 1A 52
Octal 315 334 304 7 0 13 16 142 32 122
Binary 11001101 11011100 11000100 111 0 1011 1110 1100010 11010 1010010

Color Harmonies of #CDDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCC4

Black with #CDDCC4

Text Example


Text Example

White with #CDDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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