Html Css Color HEX #D6D9BF Celeste

📋 copy color: '#D6D9BF'

red 214 ◦ green 217 ◦ blue 191

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

Shades of Celeste #D6D9BF

Tints of Celeste #D6D9BF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.89%

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

R = 34.41%
G = 34.89%
B = 30.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D6D9BF (or 0xD6D9BF) is known color: Celeste. HEX triplet: D6, D9 and BF. RGB value is (214,217,191). Sum of RGB (Red+Green+Blue) = 214+217+191=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9BF is #292640. Grayscale: #D5D5D5. Windows color (decimal): -2696769 or 12573142. OLE color: 12573142.

HSL color Cylindrical-coordinate representation of color #D6D9BF: hue angle of 66.92º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6D9BF is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 217 191 -
CMYK 0.01 0 0.12 0.15
HSL 66.92º 0.25% 0.8% -
HSV(B) 66.92º 0.12% 0.85% -
XYZ 61.95 67.68 59.09 -
YUV 213.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 214 217 191 0.01 0 0.12 0.15 66.92 0.25 0.8
Hex D6 D9 BF 1 0 C F 43 19 50
Octal 326 331 277 1 0 14 17 103 31 120
Binary 11010110 11011001 10111111 1 0 1100 1111 1000011 11001 1010000

Color Harmonies of #D6D9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D9BF

Black with #D6D9BF

Text Example


Text Example

White with #D6D9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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