Html Css Color HEX #DDEF9B Reef

📋 copy color: '#DDEF9B'

red 221 ◦ green 239 ◦ blue 155

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

Shades of Reef #DDEF9B

Tints of Reef #DDEF9B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.86%

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

R = 35.93%
G = 38.86%
B = 25.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#DDEF9B (or 0xDDEF9B) is known color: Reef. HEX triplet: DD, EF and 9B. RGB value is (221,239,155). Sum of RGB (Red+Green+Blue) = 221+239+155=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEF9B is #221064. Grayscale: #E0E0E0. Windows color (decimal): -2232421 or 10219485. OLE color: 10219485.

HSL color Cylindrical-coordinate representation of color #DDEF9B: hue angle of 72.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDEF9B is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 155 -
CMYK 0.08 0 0.35 0.06
HSL 72.86º 0.72% 0.77% -
HSV(B) 72.86º 0.35% 0.94% -
XYZ 66.6 79.47 42.84 -
YUV 224.04 89.04 125.83 -
System Red Green Blue C M Y K H S L
Decimal 221 239 155 0.08 0 0.35 0.06 72.86 0.72 0.77
Hex DD EF 9B 8 0 23 6 49 48 4D
Octal 335 357 233 10 0 43 6 111 110 115
Binary 11011101 11101111 10011011 1000 0 100011 110 1001001 1001000 1001101

Color Harmonies of #DDEF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF9B

Black with #DDEF9B

Text Example


Text Example

White with #DDEF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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