#D6CFC4

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

Shades of Blanc #D6CFC4

Tints of Blanc #D6CFC4

Color information

#D6CFC4 (or 0xD6CFC4) is unknown color: approx Blanc. HEX triplet: D6, CF and C4. RGB value is (214,207,196). Sum of RGB (Red+Green+Blue) = 214+207+196=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFC4 is #29303B. Grayscale: #CFCFCF. Windows color (decimal): -2699324 or 12898262. OLE color: 12898262.

HSL color Cylindrical-coordinate representation of color #D6CFC4: hue angle of 36.67º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6CFC4 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB214207196-
CMYK00.030.080.16
HSL36.67º18%80.39%-
HSV(B)36.67º8.41%83.92%-
XYZ60.0162.9161.2-
YUV207.84121.32132.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.68%
GREEN value IS 207 (81.25% from 255) = 33.55%
BLUE value IS 196 (76.95% from 255) = 31.77%
R=34.68%
G=33.55%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420719600.030.080.1636.671880.39
HexD6CFC403810251250
Octal3263173040310204522120
Binary110101101100111111000100011100010000100101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFC4; }

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

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

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

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

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

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

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

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