#CCDFC1

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

Shades of Ottoman #CCDFC1

Tints of Ottoman #CCDFC1

Color information

#CCDFC1 (or 0xCCDFC1) is unknown color: approx Ottoman. HEX triplet: CC, DF and C1. RGB value is (204,223,193). Sum of RGB (Red+Green+Blue) = 204+223+193=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC1 is #33203E. Grayscale: #D5D5D5. Windows color (decimal): -3350591 or 12705740. OLE color: 12705740.

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

Color convert

RGB204223193-
CMYK0.0900.130.13
HSL98º31.91%81.57%-
HSV(B)98º13.45%87.45%-
XYZ60.9269.4660.65-
YUV213.9116.21120.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 193 (75.78% from 255) = 31.13%
R=32.90%
G=35.97%
B=31.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042231930.0900.130.139831.9181.57
HexCCDFC190DD622052
Octal314337301110151514240122
Binary110011001101111111000001100101101110111000101000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFC1; }

 p { color: rgb(204,223,193); }

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

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

 a { background-color: rgb(204,223,193); }

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

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

 span { border-color: rgb(204,223,193); }

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