Html Css Color HEX #DDFD8B Reef

📋 copy color: '#DDFD8B'

red 221 ◦ green 253 ◦ blue 139

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

Shades of Reef #DDFD8B

Tints of Reef #DDFD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.68%

R = 36.05%
G = 41.27%
B = 22.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#DDFD8B (or 0xDDFD8B) is known color: Reef. HEX triplet: DD, FD and 8B. RGB value is (221,253,139). Sum of RGB (Red+Green+Blue) = 221+253+139=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD8B is #220274. Grayscale: #E6E6E6. Windows color (decimal): -2228853 or 9174493. OLE color: 9174493.

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

Color convert

RGB 221 253 139 -
CMYK 0.13 0 0.45 0.01
HSL 76.84º 0.97% 0.77% -
HSV(B) 76.84º 0.45% 0.99% -
XYZ 69.6 87.49 37.64 -
YUV 230.44 76.4 121.27 -
System Red Green Blue C M Y K H S L
Decimal 221 253 139 0.13 0 0.45 0.01 76.84 0.97 0.77
Hex DD FD 8B D 0 2D 1 4D 61 4D
Octal 335 375 213 15 0 55 1 115 141 115
Binary 11011101 11111101 10001011 1101 0 101101 1 1001101 1100001 1001101

Color Harmonies of #DDFD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD8B

Black with #DDFD8B

Text Example


Text Example

White with #DDFD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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