Html Css Color HEX #D6D5BF Celeste

📋 copy color: '#D6D5BF'

red 214 ◦ green 213 ◦ blue 191

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

Shades of Celeste #D6D5BF

Tints of Celeste #D6D5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.91%

R = 34.63%
G = 34.47%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6D5BF (or 0xD6D5BF) is known color: Celeste. HEX triplet: D6, D5 and BF. RGB value is (214,213,191). Sum of RGB (Red+Green+Blue) = 214+213+191=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5BF is #292A40. Grayscale: #D2D2D2. Windows color (decimal): -2697793 or 12572118. OLE color: 12572118.

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

Color convert

RGB 214 213 191 -
CMYK 0 0.00 0.11 0.16
HSL 57.39º 0.22% 0.79% -
HSV(B) 57.39º 0.11% 0.84% -
XYZ 60.93 65.65 58.75 -
YUV 210.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 214 213 191 0 0.00 0.11 0.16 57.39 0.22 0.79
Hex D6 D5 BF 0 0 B 10 39 16 4F
Octal 326 325 277 0 0 13 20 71 26 117
Binary 11010110 11010101 10111111 0 0 1011 10000 111001 10110 1001111

Color Harmonies of #D6D5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D5BF

Black with #D6D5BF

Text Example


Text Example

White with #D6D5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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