#D7D7C5

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

Shades of Celeste #D7D7C5

Tints of Celeste #D7D7C5

Color information

#D7D7C5 (or 0xD7D7C5) is unknown color: approx Celeste. HEX triplet: D7, D7 and C5. RGB value is (215,215,197). Sum of RGB (Red+Green+Blue) = 215+215+197=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D7C5 is #28283A. Grayscale: #D5D5D5. Windows color (decimal): -2631739 or 12965847. OLE color: 12965847.

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

Color convert

RGB215215197-
CMYK000.080.16
HSL60º18.37%80.78%-
HSV(B)60º8.37%84.31%-
XYZ62.467.0862.48-
YUV212.95119129.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.29%
GREEN value IS 215 (84.38% from 255) = 34.29%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=34.29%
G=34.29%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215215197000.080.166018.3780.78
HexD7D7C5008103c1251
Octal3273273050010207422121
Binary11010111110101111100010100100010000111100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D7C5; }

 p { color: rgb(215,215,197); }

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

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

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

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

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

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

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