Html Css Color HEX #DDFF9B Reef

📋 copy color: '#DDFF9B'

red 221 ◦ green 255 ◦ blue 155

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

Shades of Reef #DDFF9B

Tints of Reef #DDFF9B

RGB

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

 GREEN value IS 255 (100% from 255) = 40.41%

 BLUE value IS 155 (60.94% from 255) = 24.56%

R = 35.02%
G = 40.41%
B = 24.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#DDFF9B (or 0xDDFF9B) is known color: Reef. HEX triplet: DD, FF and 9B. RGB value is (221,255,155). Sum of RGB (Red+Green+Blue) = 221+255+155=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 155 (60.94% from 255 or 24.56% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF9B is #220064. Grayscale: #E9E9E9. Windows color (decimal): -2228325 or 10223581. OLE color: 10223581.

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

Color convert

RGB 221 255 155 -
CMYK 0.13 0 0.39 0
HSL 80.4º 1% 0.8% -
HSV(B) 80.4º 0.39% 1% -
XYZ 71.5 89.26 44.47 -
YUV 233.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 221 255 155 0.13 0 0.39 0 80.4 1 0.8
Hex DD FF 9B D 0 27 0 50 64 50
Octal 335 377 233 15 0 47 0 120 144 120
Binary 11011101 11111111 10011011 1101 0 100111 0 1010000 1100100 1010000

Color Harmonies of #DDFF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF9B

Black with #DDFF9B

Text Example


Text Example

White with #DDFF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF9B; }

 p { color: rgb(221,255,155); }

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

background-color css

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

 a { background-color: rgb(221,255,155); }

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

border-color css

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

 span { border-color: rgb(221,255,155); }

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