Html Css Color HEX #D6D5BB Celeste

📋 copy color: '#D6D5BB'

red 214 ◦ green 213 ◦ blue 187

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

Shades of Celeste #D6D5BB

Tints of Celeste #D6D5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.46%

R = 34.85%
G = 34.69%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6D5BB (or 0xD6D5BB) is known color: Celeste. HEX triplet: D6, D5 and BB. RGB value is (214,213,187). Sum of RGB (Red+Green+Blue) = 214+213+187=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5BB is #292A44. Grayscale: #D2D2D2. Windows color (decimal): -2697797 or 12309974. OLE color: 12309974.

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

Color convert

RGB 214 213 187 -
CMYK 0 0.00 0.13 0.16
HSL 57.78º 0.25% 0.79% -
HSV(B) 57.78º 0.13% 0.84% -
XYZ 60.5 65.47 56.46 -
YUV 210.34 114.83 130.61 -
System Red Green Blue C M Y K H S L
Decimal 214 213 187 0 0.00 0.13 0.16 57.78 0.25 0.79
Hex D6 D5 BB 0 0 D 10 3A 19 4F
Octal 326 325 273 0 0 15 20 72 31 117
Binary 11010110 11010101 10111011 0 0 1101 10000 111010 11001 1001111

Color Harmonies of #D6D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D5BB

Black with #D6D5BB

Text Example


Text Example

White with #D6D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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