Html Css Color HEX #D6D4BC Celeste

📋 copy color: '#D6D4BC'

red 214 ◦ green 212 ◦ blue 188

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

Shades of Celeste #D6D4BC

Tints of Celeste #D6D4BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.62%

R = 34.85%
G = 34.53%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6D4BC (or 0xD6D4BC) is known color: Celeste. HEX triplet: D6, D4 and BC. RGB value is (214,212,188). Sum of RGB (Red+Green+Blue) = 214+212+188=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4BC is #292B43. Grayscale: #D1D1D1. Windows color (decimal): -2698052 or 12375254. OLE color: 12375254.

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

Color convert

RGB 214 212 188 -
CMYK 0 0.01 0.12 0.16
HSL 55.38º 0.24% 0.79% -
HSV(B) 55.38º 0.12% 0.84% -
XYZ 60.35 65.01 56.95 -
YUV 209.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 214 212 188 0 0.01 0.12 0.16 55.38 0.24 0.79
Hex D6 D4 BC 0 1 C 10 37 18 4F
Octal 326 324 274 0 1 14 20 67 30 117
Binary 11010110 11010100 10111100 0 1 1100 10000 110111 11000 1001111

Color Harmonies of #D6D4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D4BC

Black with #D6D4BC

Text Example


Text Example

White with #D6D4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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