Html Css Color HEX #DDFD85 Tidal

📋 copy color: '#DDFD85'

red 221 ◦ green 253 ◦ blue 133

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

Shades of Tidal #DDFD85

Tints of Tidal #DDFD85

RGB

 RED value IS 221 (86.72% from 255) = 36.41%

 GREEN value IS 253 (99.22% from 255) = 41.68%

 BLUE value IS 133 (52.34% from 255) = 21.91%

R = 36.41%
G = 41.68%
B = 21.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#DDFD85 (or 0xDDFD85) is known color: Tidal. HEX triplet: DD, FD and 85. RGB value is (221,253,133). Sum of RGB (Red+Green+Blue) = 221+253+133=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD85 is #22027A. Grayscale: #E6E6E6. Windows color (decimal): -2228859 or 8781277. OLE color: 8781277.

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

Color convert

RGB 221 253 133 -
CMYK 0.13 0 0.47 0.01
HSL 76º 0.97% 0.76% -
HSV(B) 76º 0.47% 0.99% -
XYZ 69.18 87.32 35.4 -
YUV 229.75 73.4 121.76 -
System Red Green Blue C M Y K H S L
Decimal 221 253 133 0.13 0 0.47 0.01 76 0.97 0.76
Hex DD FD 85 D 0 2F 1 4C 61 4C
Octal 335 375 205 15 0 57 1 114 141 114
Binary 11011101 11111101 10000101 1101 0 101111 1 1001100 1100001 1001100

Color Harmonies of #DDFD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD85

Black with #DDFD85

Text Example


Text Example

White with #DDFD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD85; }

 p { color: rgb(221,253,133); }

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

background-color css

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

 a { background-color: rgb(221,253,133); }

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

border-color css

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

 span { border-color: rgb(221,253,133); }

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