Html Css Color HEX #D4D2BB Celeste

📋 copy color: '#D4D2BB'

red 212 ◦ green 210 ◦ blue 187

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

Shades of Celeste #D4D2BB

Tints of Celeste #D4D2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.71%

R = 34.81%
G = 34.48%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4D2BB (or 0xD4D2BB) is known color: Celeste. HEX triplet: D4, D2 and BB. RGB value is (212,210,187). Sum of RGB (Red+Green+Blue) = 212+210+187=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D2BB is #2B2D44. Grayscale: #D0D0D0. Windows color (decimal): -2829637 or 12309204. OLE color: 12309204.

HSL color Cylindrical-coordinate representation of color #D4D2BB: hue angle of 55.2º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4D2BB is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 210 187 -
CMYK 0 0.01 0.12 0.17
HSL 55.2º 0.23% 0.78% -
HSV(B) 55.2º 0.12% 0.83% -
XYZ 59.17 63.68 56.19 -
YUV 207.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 212 210 187 0 0.01 0.12 0.17 55.2 0.23 0.78
Hex D4 D2 BB 0 1 C 11 37 17 4E
Octal 324 322 273 0 1 14 21 67 27 116
Binary 11010100 11010010 10111011 0 1 1100 10001 110111 10111 1001110

Color Harmonies of #D4D2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D2BB

Black with #D4D2BB

Text Example


Text Example

White with #D4D2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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