Html Css Color HEX #D3D5BE Celeste

📋 copy color: '#D3D5BE'

red 211 ◦ green 213 ◦ blue 190

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

Shades of Celeste #D3D5BE

Tints of Celeste #D3D5BE

RGB

 RED value IS 211 (82.81% from 255) = 34.36%

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

 BLUE value IS 190 (74.61% from 255) = 30.94%

R = 34.36%
G = 34.69%
B = 30.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D3D5BE (or 0xD3D5BE) is known color: Celeste. HEX triplet: D3, D5 and BE. RGB value is (211,213,190). Sum of RGB (Red+Green+Blue) = 211+213+190=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D5BE is #2C2A41. Grayscale: #D1D1D1. Windows color (decimal): -2894402 or 12506579. OLE color: 12506579.

HSL color Cylindrical-coordinate representation of color #D3D5BE: hue angle of 65.22º degrees, saturation: 0.21, 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 #D3D5BE is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 213 190 -
CMYK 0.01 0 0.11 0.16
HSL 65.22º 0.21% 0.79% -
HSV(B) 65.22º 0.11% 0.84% -
XYZ 59.95 65.16 58.13 -
YUV 209.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 211 213 190 0.01 0 0.11 0.16 65.22 0.21 0.79
Hex D3 D5 BE 1 0 B 10 41 15 4F
Octal 323 325 276 1 0 13 20 101 25 117
Binary 11010011 11010101 10111110 1 0 1011 10000 1000001 10101 1001111

Color Harmonies of #D3D5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D5BE

Black with #D3D5BE

Text Example


Text Example

White with #D3D5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D5BE; }

 p { color: rgb(211,213,190); }

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

background-color css

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

 a { background-color: rgb(211,213,190); }

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

border-color css

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

 span { border-color: rgb(211,213,190); }

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