#D7CBBE

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

Shades of Swirl #D7CBBE

Tints of Swirl #D7CBBE

Color information

#D7CBBE (or 0xD7CBBE) is unknown color: approx Swirl. HEX triplet: D7, CB and BE. RGB value is (215,203,190). Sum of RGB (Red+Green+Blue) = 215+203+190=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBBE is #283441. Grayscale: #CDCDCD. Windows color (decimal): -2634818 or 12504023. OLE color: 12504023.

HSL color Cylindrical-coordinate representation of color #D7CBBE: hue angle of 31.2º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7CBBE is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215203190-
CMYK00.060.120.16
HSL31.2º23.81%79.41%-
HSV(B)31.2º11.63%84.31%-
XYZ58.6760.8857.37-
YUV205.11119.48135.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.36%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=35.36%
G=33.39%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520319000.060.120.1631.223.8179.41
HexD7CBBE06C101f184f
Octal3273132760614203730117
Binary110101111100101110111110011011001000011111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBBE; }

 p { color: rgb(215,203,190); }

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

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

 a { background-color: rgb(215,203,190); }

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

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

 span { border-color: rgb(215,203,190); }

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