Html Css Color HEX #DDFE8C Reef

📋 copy color: '#DDFE8C'

red 221 ◦ green 254 ◦ blue 140

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

Shades of Reef #DDFE8C

Tints of Reef #DDFE8C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.3%

 BLUE value IS 140 (55.08% from 255) = 22.76%

R = 35.93%
G = 41.3%
B = 22.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#DDFE8C (or 0xDDFE8C) is known color: Reef. HEX triplet: DD, FE and 8C. RGB value is (221,254,140). Sum of RGB (Red+Green+Blue) = 221+254+140=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 140 (55.08% from 255 or 22.76% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE8C is #220173. Grayscale: #E7E7E7. Windows color (decimal): -2228596 or 9240285. OLE color: 9240285.

HSL color Cylindrical-coordinate representation of color #DDFE8C: hue angle of 77.37º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDFE8C is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 254 140 -
CMYK 0.13 0 0.45 0.00
HSL 77.37º 0.98% 0.77% -
HSV(B) 77.37º 0.45% 1% -
XYZ 69.99 88.15 38.14 -
YUV 231.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 221 254 140 0.13 0 0.45 0.00 77.37 0.98 0.77
Hex DD FE 8C D 0 2D 0 4D 62 4D
Octal 335 376 214 15 0 55 0 115 142 115
Binary 11011101 11111110 10001100 1101 0 101101 0 1001101 1100010 1001101

Color Harmonies of #DDFE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE8C

Black with #DDFE8C

Text Example


Text Example

White with #DDFE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE8C; }

 p { color: rgb(221,254,140); }

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

background-color css

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

 a { background-color: rgb(221,254,140); }

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

border-color css

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

 span { border-color: rgb(221,254,140); }

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