Html Css Color HEX #D4D2BE Celeste

📋 copy color: '#D4D2BE'

red 212 ◦ green 210 ◦ blue 190

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

Shades of Celeste #D4D2BE

Tints of Celeste #D4D2BE

RGB

 RED value IS 212 (83.2% from 255) = 34.64%

 GREEN value IS 210 (82.42% from 255) = 34.31%

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

R = 34.64%
G = 34.31%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D4D2BE (or 0xD4D2BE) is known color: Celeste. HEX triplet: D4, D2 and BE. RGB value is (212,210,190). Sum of RGB (Red+Green+Blue) = 212+210+190=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D2BE is #2B2D41. Grayscale: #D0D0D0. Windows color (decimal): -2829634 or 12505812. OLE color: 12505812.

HSL color Cylindrical-coordinate representation of color #D4D2BE: hue angle of 54.55º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4D2BE is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 210 190 -
CMYK 0 0.01 0.10 0.17
HSL 54.55º 0.2% 0.79% -
HSV(B) 54.55º 0.1% 0.83% -
XYZ 59.49 63.81 57.9 -
YUV 208.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 212 210 190 0 0.01 0.10 0.17 54.55 0.2 0.79
Hex D4 D2 BE 0 1 A 11 37 14 4F
Octal 324 322 276 0 1 12 21 67 24 117
Binary 11010100 11010010 10111110 0 1 1010 10001 110111 10100 1001111

Color Harmonies of #D4D2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D2BE

Black with #D4D2BE

Text Example


Text Example

White with #D4D2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D2BE; }

 p { color: rgb(212,210,190); }

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

background-color css

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

 a { background-color: rgb(212,210,190); }

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

border-color css

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

 span { border-color: rgb(212,210,190); }

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