Html Css Color HEX #D0F8D4 Tara

📋 copy color: '#D0F8D4'

red 208 ◦ green 248 ◦ blue 212

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

Shades of Tara #D0F8D4

Tints of Tara #D0F8D4

RGB

 RED value IS 208 (81.64% from 255) = 31.14%

 GREEN value IS 248 (97.27% from 255) = 37.13%

 BLUE value IS 212 (83.2% from 255) = 31.74%

R = 31.14%
G = 37.13%
B = 31.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#D0F8D4 (or 0xD0F8D4) is known color: Tara. HEX triplet: D0, F8 and D4. RGB value is (208,248,212). Sum of RGB (Red+Green+Blue) = 208+248+212=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8D4 is #2F072B. Grayscale: #E8E8E8. Windows color (decimal): -3082028 or 13957328. OLE color: 13957328.

HSL color Cylindrical-coordinate representation of color #D0F8D4: hue angle of 126º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F8D4 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 212 -
CMYK 0.16 0 0.15 0.03
HSL 126º 0.74% 0.89% -
HSV(B) 126º 0.16% 0.97% -
XYZ 71.46 85.3 74.99 -
YUV 231.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 208 248 212 0.16 0 0.15 0.03 126 0.74 0.89
Hex D0 F8 D4 10 0 F 3 7E 4A 59
Octal 320 370 324 20 0 17 3 176 112 131
Binary 11010000 11111000 11010100 10000 0 1111 11 1111110 1001010 1011001

Color Harmonies of #D0F8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F8D4

Black with #D0F8D4

Text Example


Text Example

White with #D0F8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F8D4; }

 p { color: rgb(208,248,212); }

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

background-color css

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

 a { background-color: rgb(208,248,212); }

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

border-color css

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

 span { border-color: rgb(208,248,212); }

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