#CDDEC4

Color #CDDEC4 Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #CDDEC4

Tints of Ottoman #CDDEC4

Color information

#CDDEC4 (or 0xCDDEC4) is unknown color: approx Ottoman. HEX triplet: CD, DE and C4. RGB value is (205,222,196). Sum of RGB (Red+Green+Blue) = 205+222+196=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEC4 is #32213B. Grayscale: #D6D6D6. Windows color (decimal): -3285308 or 12902093. OLE color: 12902093.

HSL color Cylindrical-coordinate representation of color #CDDEC4: hue angle of 99.23º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDEC4 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB205222196-
CMYK0.0800.120.13
HSL99.23º28.26%81.96%-
HSV(B)99.23º11.71%87.06%-
XYZ61.2669.2162.35-
YUV213.95117.87121.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=32.91%
G=35.63%
B=31.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221960.0800.120.1399.2328.2681.96
HexCDDEC480CD631c52
Octal315336304100141514334122
Binary11001101110111101100010010000110011011100011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEC4; }

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

 H1.HeaderClassName
 {
   color: #CDDEC4;
 }
 .AnyTagClassName
 {
   color: #CDDEC4;
 }
</style>
background-color css

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

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

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

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

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

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