Html Css Color HEX #D3D6C0 Celeste

📋 copy color: '#D3D6C0'

red 211 ◦ green 214 ◦ blue 192

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

Shades of Celeste #D3D6C0

Tints of Celeste #D3D6C0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.68%

 BLUE value IS 192 (75.39% from 255) = 31.12%

R = 34.2%
G = 34.68%
B = 31.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D3D6C0 (or 0xD3D6C0) is known color: Celeste. HEX triplet: D3, D6 and C0. RGB value is (211,214,192). Sum of RGB (Red+Green+Blue) = 211+214+192=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D6C0 is #2C293F. Grayscale: #D2D2D2. Windows color (decimal): -2894144 or 12637907. OLE color: 12637907.

HSL color Cylindrical-coordinate representation of color #D3D6C0: hue angle of 68.18º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3D6C0 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 214 192 -
CMYK 0.01 0 0.10 0.16
HSL 68.18º 0.21% 0.8% -
HSV(B) 68.18º 0.1% 0.84% -
XYZ 60.42 65.75 59.38 -
YUV 210.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 211 214 192 0.01 0 0.10 0.16 68.18 0.21 0.8
Hex D3 D6 C0 1 0 A 10 44 15 50
Octal 323 326 300 1 0 12 20 104 25 120
Binary 11010011 11010110 11000000 1 0 1010 10000 1000100 10101 1010000

Color Harmonies of #D3D6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D6C0

Black with #D3D6C0

Text Example


Text Example

White with #D3D6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D6C0; }

 p { color: rgb(211,214,192); }

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

background-color css

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

 a { background-color: rgb(211,214,192); }

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

border-color css

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

 span { border-color: rgb(211,214,192); }

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