#CFDCC7

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

Shades of Ottoman #CFDCC7

Tints of Ottoman #CFDCC7

Color information

#CFDCC7 (or 0xCFDCC7) is unknown color: approx Ottoman. HEX triplet: CF, DC and C7. RGB value is (207,220,199). Sum of RGB (Red+Green+Blue) = 207+220+199=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCC7 is #302338. Grayscale: #D5D5D5. Windows color (decimal): -3154745 or 13098191. OLE color: 13098191.

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

Color convert

RGB207220199-
CMYK0.0600.100.14
HSL97.14º23.08%82.16%-
HSV(B)97.14º9.55%86.27%-
XYZ61.6368.5864.02-
YUV213.72119.69123.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=33.07%
G=35.14%
B=31.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201990.0600.100.1497.1423.0882.16
HexCFDCC760AE611752
Octal31733430760121614127122
Binary1100111111011100110001111100101011101100001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCC7; }

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

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

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

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

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

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

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

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