Html Css Color HEX #DCFCDD Tara

📋 copy color: '#DCFCDD'

red 220 ◦ green 252 ◦ blue 221

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

Shades of Tara #DCFCDD

Tints of Tara #DCFCDD

RGB

 RED value IS 220 (86.33% from 255) = 31.75%

 GREEN value IS 252 (98.83% from 255) = 36.36%

 BLUE value IS 221 (86.72% from 255) = 31.89%

R = 31.75%
G = 36.36%
B = 31.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#DCFCDD (or 0xDCFCDD) is known color: Tara. HEX triplet: DC, FC and DD. RGB value is (220,252,221). Sum of RGB (Red+Green+Blue) = 220+252+221=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCDD is #230322. Grayscale: #EEEEEE. Windows color (decimal): -2294563 or 14548188. OLE color: 14548188.

HSL color Cylindrical-coordinate representation of color #DCFCDD: hue angle of 121.88º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFCDD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 221 -
CMYK 0.13 0 0.12 0.01
HSL 121.88º 0.84% 0.93% -
HSV(B) 121.88º 0.13% 0.99% -
XYZ 77.38 90.06 81.71 -
YUV 238.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 220 252 221 0.13 0 0.12 0.01 121.88 0.84 0.93
Hex DC FC DD D 0 C 1 7A 54 5D
Octal 334 374 335 15 0 14 1 172 124 135
Binary 11011100 11111100 11011101 1101 0 1100 1 1111010 1010100 1011101

Color Harmonies of #DCFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCDD

Black with #DCFCDD

Text Example


Text Example

White with #DCFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCDD; }

 p { color: rgb(220,252,221); }

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

background-color css

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

 a { background-color: rgb(220,252,221); }

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

border-color css

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

 span { border-color: rgb(220,252,221); }

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