Html Css Color HEX #D7DAC1 Celeste

📋 copy color: '#D7DAC1'

red 215 ◦ green 218 ◦ blue 193

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

Shades of Celeste #D7DAC1

Tints of Celeste #D7DAC1

RGB

 RED value IS 215 (84.38% from 255) = 34.35%

 GREEN value IS 218 (85.55% from 255) = 34.82%

 BLUE value IS 193 (75.78% from 255) = 30.83%

R = 34.35%
G = 34.82%
B = 30.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D7DAC1 (or 0xD7DAC1) is known color: Celeste. HEX triplet: D7, DA and C1. RGB value is (215,218,193). Sum of RGB (Red+Green+Blue) = 215+218+193=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DAC1 is #28253E. Grayscale: #D6D6D6. Windows color (decimal): -2630975 or 12704471. OLE color: 12704471.

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

Color convert

RGB 215 218 193 -
CMYK 0.01 0 0.11 0.15
HSL 67.2º 0.25% 0.81% -
HSV(B) 67.2º 0.11% 0.85% -
XYZ 62.72 68.44 60.36 -
YUV 214.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 215 218 193 0.01 0 0.11 0.15 67.2 0.25 0.81
Hex D7 DA C1 1 0 B F 43 19 51
Octal 327 332 301 1 0 13 17 103 31 121
Binary 11010111 11011010 11000001 1 0 1011 1111 1000011 11001 1010001

Color Harmonies of #D7DAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DAC1

Black with #D7DAC1

Text Example


Text Example

White with #D7DAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DAC1; }

 p { color: rgb(215,218,193); }

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

background-color css

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

 a { background-color: rgb(215,218,193); }

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

border-color css

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

 span { border-color: rgb(215,218,193); }

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