Html Css Color HEX #D6D4BA Celeste

📋 copy color: '#D6D4BA'

red 214 ◦ green 212 ◦ blue 186

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

Shades of Celeste #D6D4BA

Tints of Celeste #D6D4BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.39%

R = 34.97%
G = 34.64%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6D4BA (or 0xD6D4BA) is known color: Celeste. HEX triplet: D6, D4 and BA. RGB value is (214,212,186). Sum of RGB (Red+Green+Blue) = 214+212+186=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4BA is #292B45. Grayscale: #D1D1D1. Windows color (decimal): -2698054 or 12244182. OLE color: 12244182.

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

Color convert

RGB 214 212 186 -
CMYK 0 0.01 0.13 0.16
HSL 55.71º 0.25% 0.78% -
HSV(B) 55.71º 0.13% 0.84% -
XYZ 60.14 64.93 55.82 -
YUV 209.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 214 212 186 0 0.01 0.13 0.16 55.71 0.25 0.78
Hex D6 D4 BA 0 1 D 10 38 19 4E
Octal 326 324 272 0 1 15 20 70 31 116
Binary 11010110 11010100 10111010 0 1 1101 10000 111000 11001 1001110

Color Harmonies of #D6D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D4BA

Black with #D6D4BA

Text Example


Text Example

White with #D6D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D4BA; }

 p { color: rgb(214,212,186); }

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

background-color css

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

 a { background-color: rgb(214,212,186); }

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

border-color css

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

 span { border-color: rgb(214,212,186); }

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