Html Css Color HEX #D5D7C2 Celeste

📋 copy color: '#D5D7C2'

red 213 ◦ green 215 ◦ blue 194

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

Shades of Celeste #D5D7C2

Tints of Celeste #D5D7C2

RGB

 RED value IS 213 (83.59% from 255) = 34.24%

 GREEN value IS 215 (84.38% from 255) = 34.57%

 BLUE value IS 194 (76.17% from 255) = 31.19%

R = 34.24%
G = 34.57%
B = 31.19%

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

#D5D7C2 (or 0xD5D7C2) is known color: Celeste. HEX triplet: D5, D7 and C2. RGB value is (213,215,194). Sum of RGB (Red+Green+Blue) = 213+215+194=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D7C2 is #2A283D. Grayscale: #D4D4D4. Windows color (decimal): -2762814 or 12769237. OLE color: 12769237.

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

Color convert

RGB 213 215 194 -
CMYK 0.01 0 0.10 0.16
HSL 65.71º 0.21% 0.8% -
HSV(B) 65.71º 0.1% 0.84% -
XYZ 61.48 66.64 60.66 -
YUV 212.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 213 215 194 0.01 0 0.10 0.16 65.71 0.21 0.8
Hex D5 D7 C2 1 0 A 10 42 15 50
Octal 325 327 302 1 0 12 20 102 25 120
Binary 11010101 11010111 11000010 1 0 1010 10000 1000010 10101 1010000

Color Harmonies of #D5D7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D7C2

Black with #D5D7C2

Text Example


Text Example

White with #D5D7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D7C2; }

 p { color: rgb(213,215,194); }

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

background-color css

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

 a { background-color: rgb(213,215,194); }

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

border-color css

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

 span { border-color: rgb(213,215,194); }

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