#CFDDC7

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

Shades of Ottoman #CFDDC7

Tints of Ottoman #CFDDC7

Color information

#CFDDC7 (or 0xCFDDC7) is unknown color: approx Ottoman. HEX triplet: CF, DD and C7. RGB value is (207,221,199). Sum of RGB (Red+Green+Blue) = 207+221+199=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDC7 is #302238. Grayscale: #D6D6D6. Windows color (decimal): -3154489 or 13098447. OLE color: 13098447.

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

Color convert

RGB207221199-
CMYK0.0600.100.13
HSL98.18º24.44%82.35%-
HSV(B)98.18º9.95%86.67%-
XYZ61.969.164.11-
YUV214.31119.36122.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.01%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 199 (78.12% from 255) = 31.74%
R=33.01%
G=35.25%
B=31.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211990.0600.100.1398.1824.4482.35
HexCFDDC760AD621852
Octal31733530760121514230122
Binary1100111111011101110001111100101011011100010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDC7; }

 p { color: rgb(207,221,199); }

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

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

 a { background-color: rgb(207,221,199); }

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

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

 span { border-color: rgb(207,221,199); }

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