Html Css Color HEX #D5D4C0 Celeste

📋 copy color: '#D5D4C0'

red 213 ◦ green 212 ◦ blue 192

#D5D4C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celeste #D5D4C0

Tints of Celeste #D5D4C0

RGB

 RED value IS 213 (83.59% from 255) = 34.52%

 GREEN value IS 212 (83.2% from 255) = 34.36%

 BLUE value IS 192 (75.39% from 255) = 31.12%

R = 34.52%
G = 34.36%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5D4C0 (or 0xD5D4C0) is known color: Celeste. HEX triplet: D5, D4 and C0. RGB value is (213,212,192). Sum of RGB (Red+Green+Blue) = 213+212+192=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4C0 is #2A2B3F. Grayscale: #D2D2D2. Windows color (decimal): -2763584 or 12637397. OLE color: 12637397.

HSL color Cylindrical-coordinate representation of color #D5D4C0: hue angle of 57.14º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5D4C0 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 192 -
CMYK 0 0.00 0.10 0.16
HSL 57.14º 0.2% 0.79% -
HSV(B) 57.14º 0.1% 0.84% -
XYZ 60.5 65.04 59.23 -
YUV 210.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 213 212 192 0 0.00 0.10 0.16 57.14 0.2 0.79
Hex D5 D4 C0 0 0 A 10 39 14 4F
Octal 325 324 300 0 0 12 20 71 24 117
Binary 11010101 11010100 11000000 0 0 1010 10000 111001 10100 1001111

Color Harmonies of #D5D4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D4C0

Black with #D5D4C0

Text Example


Text Example

White with #D5D4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D4C0; }

 p { color: rgb(213,212,192); }

 H1.HeaderClassName
 {
   color: #D5D4C0;
 }
 .AnyTagClassName
 {
   color: #D5D4C0;
 }
</style>

background-color css

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

 a { background-color: rgb(213,212,192); }

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

border-color css

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

 span { border-color: rgb(213,212,192); }

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