Html Css Color HEX #DDF69B Reef

📋 copy color: '#DDF69B'

red 221 ◦ green 246 ◦ blue 155

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

Shades of Reef #DDF69B

Tints of Reef #DDF69B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.55%

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

R = 35.53%
G = 39.55%
B = 24.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#DDF69B (or 0xDDF69B) is known color: Reef. HEX triplet: DD, F6 and 9B. RGB value is (221,246,155). Sum of RGB (Red+Green+Blue) = 221+246+155=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF69B is #220964. Grayscale: #E4E4E4. Windows color (decimal): -2230629 or 10221277. OLE color: 10221277.

HSL color Cylindrical-coordinate representation of color #DDF69B: hue angle of 76.48º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF69B is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 155 -
CMYK 0.10 0 0.37 0.04
HSL 76.48º 0.83% 0.79% -
HSV(B) 76.48º 0.37% 0.96% -
XYZ 68.69 83.65 43.54 -
YUV 228.15 86.72 122.9 -
System Red Green Blue C M Y K H S L
Decimal 221 246 155 0.10 0 0.37 0.04 76.48 0.83 0.79
Hex DD F6 9B A 0 25 4 4C 53 4F
Octal 335 366 233 12 0 45 4 114 123 117
Binary 11011101 11110110 10011011 1010 0 100101 100 1001100 1010011 1001111

Color Harmonies of #DDF69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF69B

Black with #DDF69B

Text Example


Text Example

White with #DDF69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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