Html Css Color HEX #DDF9AF Reef

📋 copy color: '#DDF9AF'

red 221 ◦ green 249 ◦ blue 175

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

Shades of Reef #DDF9AF

Tints of Reef #DDF9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.6%

 BLUE value IS 175 (68.75% from 255) = 27.13%

R = 34.26%
G = 38.6%
B = 27.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#DDF9AF (or 0xDDF9AF) is known color: Reef. HEX triplet: DD, F9 and AF. RGB value is (221,249,175). Sum of RGB (Red+Green+Blue) = 221+249+175=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF9AF is #220650. Grayscale: #E8E8E8. Windows color (decimal): -2229841 or 11532765. OLE color: 11532765.

HSL color Cylindrical-coordinate representation of color #DDF9AF: hue angle of 82.7º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF9AF is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 175 -
CMYK 0.11 0 0.30 0.02
HSL 82.7º 0.86% 0.83% -
HSV(B) 82.7º 0.3% 0.98% -
XYZ 71.43 86.22 53.43 -
YUV 232.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 221 249 175 0.11 0 0.30 0.02 82.7 0.86 0.83
Hex DD F9 AF B 0 1E 2 53 56 53
Octal 335 371 257 13 0 36 2 123 126 123
Binary 11011101 11111001 10101111 1011 0 11110 10 1010011 1010110 1010011

Color Harmonies of #DDF9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF9AF

Black with #DDF9AF

Text Example


Text Example

White with #DDF9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF9AF; }

 p { color: rgb(221,249,175); }

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

background-color css

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

 a { background-color: rgb(221,249,175); }

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

border-color css

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

 span { border-color: rgb(221,249,175); }

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