Html Css Color HEX #D6D5C1 Celeste

📋 copy color: '#D6D5C1'

red 214 ◦ green 213 ◦ blue 193

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

Shades of Celeste #D6D5C1

Tints of Celeste #D6D5C1

RGB

 RED value IS 214 (83.98% from 255) = 34.52%

 GREEN value IS 213 (83.59% from 255) = 34.35%

 BLUE value IS 193 (75.78% from 255) = 31.13%

R = 34.52%
G = 34.35%
B = 31.13%

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

#D6D5C1 (or 0xD6D5C1) is known color: Celeste. HEX triplet: D6, D5 and C1. RGB value is (214,213,193). Sum of RGB (Red+Green+Blue) = 214+213+193=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5C1 is #292A3E. Grayscale: #D3D3D3. Windows color (decimal): -2697791 or 12703190. OLE color: 12703190.

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

Color convert

RGB 214 213 193 -
CMYK 0 0.00 0.10 0.16
HSL 57.14º 0.2% 0.8% -
HSV(B) 57.14º 0.1% 0.84% -
XYZ 61.15 65.73 59.92 -
YUV 211.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 214 213 193 0 0.00 0.10 0.16 57.14 0.2 0.8
Hex D6 D5 C1 0 0 A 10 39 14 50
Octal 326 325 301 0 0 12 20 71 24 120
Binary 11010110 11010101 11000001 0 0 1010 10000 111001 10100 1010000

Color Harmonies of #D6D5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D5C1

Black with #D6D5C1

Text Example


Text Example

White with #D6D5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D5C1; }

 p { color: rgb(214,213,193); }

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

background-color css

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

 a { background-color: rgb(214,213,193); }

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

border-color css

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

 span { border-color: rgb(214,213,193); }

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