Html Css Color HEX #D5F1D6 Tara

📋 copy color: '#D5F1D6'

red 213 ◦ green 241 ◦ blue 214

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

Shades of Tara #D5F1D6

Tints of Tara #D5F1D6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.08%

 BLUE value IS 214 (83.98% from 255) = 32.04%

R = 31.89%
G = 36.08%
B = 32.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#D5F1D6 (or 0xD5F1D6) is known color: Tara. HEX triplet: D5, F1 and D6. RGB value is (213,241,214). Sum of RGB (Red+Green+Blue) = 213+241+214=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1D6 is #2A0E29. Grayscale: #E5E5E5. Windows color (decimal): -2756138 or 14086613. OLE color: 14086613.

HSL color Cylindrical-coordinate representation of color #D5F1D6: hue angle of 122.14º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F1D6 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 241 214 -
CMYK 0.12 0 0.11 0.05
HSL 122.14º 0.5% 0.89% -
HSV(B) 122.14º 0.12% 0.95% -
XYZ 71.03 81.91 75.69 -
YUV 229.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 213 241 214 0.12 0 0.11 0.05 122.14 0.5 0.89
Hex D5 F1 D6 C 0 B 5 7A 32 59
Octal 325 361 326 14 0 13 5 172 62 131
Binary 11010101 11110001 11010110 1100 0 1011 101 1111010 110010 1011001

Color Harmonies of #D5F1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F1D6

Black with #D5F1D6

Text Example


Text Example

White with #D5F1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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