Html Css Color HEX #D5D6BE Celeste

📋 copy color: '#D5D6BE'

red 213 ◦ green 214 ◦ blue 190

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

Shades of Celeste #D5D6BE

Tints of Celeste #D5D6BE

RGB

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

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

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

R = 34.52%
G = 34.68%
B = 30.79%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5D6BE (or 0xD5D6BE) is known color: Celeste. HEX triplet: D5, D6 and BE. RGB value is (213,214,190). Sum of RGB (Red+Green+Blue) = 213+214+190=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D6BE is #2A2941. Grayscale: #D3D3D3. Windows color (decimal): -2763074 or 12506837. OLE color: 12506837.

HSL color Cylindrical-coordinate representation of color #D5D6BE: hue angle of 62.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5D6BE is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 214 190 -
CMYK 0.00 0 0.11 0.16
HSL 62.5º 0.23% 0.79% -
HSV(B) 62.5º 0.11% 0.84% -
XYZ 60.78 65.96 58.24 -
YUV 210.97 116.17 129.45 -
System Red Green Blue C M Y K H S L
Decimal 213 214 190 0.00 0 0.11 0.16 62.5 0.23 0.79
Hex D5 D6 BE 0 0 B 10 3F 17 4F
Octal 325 326 276 0 0 13 20 77 27 117
Binary 11010101 11010110 10111110 0 0 1011 10000 111111 10111 1001111

Color Harmonies of #D5D6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D6BE

Black with #D5D6BE

Text Example


Text Example

White with #D5D6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D6BE; }

 p { color: rgb(213,214,190); }

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

background-color css

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

 a { background-color: rgb(213,214,190); }

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

border-color css

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

 span { border-color: rgb(213,214,190); }

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