Html Css Color HEX #DDEFAC Reef

📋 copy color: '#DDEFAC'

red 221 ◦ green 239 ◦ blue 172

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

Shades of Reef #DDEFAC

Tints of Reef #DDEFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.22%

R = 34.97%
G = 37.82%
B = 27.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#DDEFAC (or 0xDDEFAC) is known color: Reef. HEX triplet: DD, EF and AC. RGB value is (221,239,172). Sum of RGB (Red+Green+Blue) = 221+239+172=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFAC is #221053. Grayscale: #E2E2E2. Windows color (decimal): -2232404 or 11333597. OLE color: 11333597.

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

Color convert

RGB 221 239 172 -
CMYK 0.08 0 0.28 0.06
HSL 76.12º 0.68% 0.81% -
HSV(B) 76.12º 0.28% 0.94% -
XYZ 68.13 80.08 50.9 -
YUV 225.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 221 239 172 0.08 0 0.28 0.06 76.12 0.68 0.81
Hex DD EF AC 8 0 1C 6 4C 44 51
Octal 335 357 254 10 0 34 6 114 104 121
Binary 11011101 11101111 10101100 1000 0 11100 110 1001100 1000100 1010001

Color Harmonies of #DDEFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEFAC

Black with #DDEFAC

Text Example


Text Example

White with #DDEFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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