#CFDAC4

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

Shades of Ottoman #CFDAC4

Tints of Ottoman #CFDAC4

Color information

#CFDAC4 (or 0xCFDAC4) is unknown color: approx Ottoman. HEX triplet: CF, DA and C4. RGB value is (207,218,196). Sum of RGB (Red+Green+Blue) = 207+218+196=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAC4 is #30253B. Grayscale: #D4D4D4. Windows color (decimal): -3155260 or 12901071. OLE color: 12901071.

HSL color Cylindrical-coordinate representation of color #CFDAC4: hue angle of 90º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDAC4 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB207218196-
CMYK0.0500.100.15
HSL90º22.92%81.18%-
HSV(B)90º10.09%85.49%-
XYZ60.7767.3962.03-
YUV212.2118.86124.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 196 (76.95% from 255) = 31.56%
R=33.33%
G=35.10%
B=31.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181960.0500.100.159022.9281.18
HexCFDAC450AF5a1751
Octal31733230450121713227121
Binary1100111111011010110001001010101011111011010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAC4; }

 p { color: rgb(207,218,196); }

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

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

 a { background-color: rgb(207,218,196); }

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

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

 span { border-color: rgb(207,218,196); }

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