Html Css Color HEX #D5CECE Light Grey

📋 copy color: '#D5CECE'

red 213 ◦ green 206 ◦ blue 206

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

Shades of Light Grey #D5CECE

Tints of Light Grey #D5CECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.96%

 BLUE value IS 206 (80.86% from 255) = 32.96%

R = 34.08%
G = 32.96%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5CECE (or 0xD5CECE) is known color: Light Grey. HEX triplet: D5, CE and CE. RGB value is (213,206,206). Sum of RGB (Red+Green+Blue) = 213+206+206=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CECE is #2A3131. Grayscale: #D0D0D0. Windows color (decimal): -2765106 or 13553365. OLE color: 13553365.

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

Color convert

RGB 213 206 206 -
CMYK 0 0.03 0.03 0.16
HSL 0.08% 0.82% -
HSV(B) 0.03% 0.84% -
XYZ 60.65 62.74 67.31 -
YUV 208.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 213 206 206 0 0.03 0.03 0.16 0 0.08 0.82
Hex D5 CE CE 0 3 3 10 0 8 52
Octal 325 316 316 0 3 3 20 0 10 122
Binary 11010101 11001110 11001110 0 11 11 10000 0 1000 1010010

Color Harmonies of #D5CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CECE

Black with #D5CECE

Text Example


Text Example

White with #D5CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CECE; }

 p { color: rgb(213,206,206); }

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

background-color css

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

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

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

border-color css

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

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

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