Html Css Color HEX #DCEFAD Reef

📋 copy color: '#DCEFAD'

red 220 ◦ green 239 ◦ blue 173

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

Shades of Reef #DCEFAD

Tints of Reef #DCEFAD

RGB

 RED value IS 220 (86.33% from 255) = 34.81%

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

 BLUE value IS 173 (67.97% from 255) = 27.37%

R = 34.81%
G = 37.82%
B = 27.37%

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

#DCEFAD (or 0xDCEFAD) is known color: Reef. HEX triplet: DC, EF and AD. RGB value is (220,239,173). Sum of RGB (Red+Green+Blue) = 220+239+173=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFAD is #231052. Grayscale: #E2E2E2. Windows color (decimal): -2297939 or 11399132. OLE color: 11399132.

HSL color Cylindrical-coordinate representation of color #DCEFAD: hue angle of 77.27º degrees, saturation: 0.67, 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 #DCEFAD is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 173 -
CMYK 0.08 0 0.28 0.06
HSL 77.27º 0.67% 0.81% -
HSV(B) 77.27º 0.28% 0.94% -
XYZ 67.92 79.97 51.39 -
YUV 225.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 220 239 173 0.08 0 0.28 0.06 77.27 0.67 0.81
Hex DC EF AD 8 0 1C 6 4D 43 51
Octal 334 357 255 10 0 34 6 115 103 121
Binary 11011100 11101111 10101101 1000 0 11100 110 1001101 1000011 1010001

Color Harmonies of #DCEFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFAD

Black with #DCEFAD

Text Example


Text Example

White with #DCEFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFAD; }

 p { color: rgb(220,239,173); }

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

background-color css

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

 a { background-color: rgb(220,239,173); }

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

border-color css

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

 span { border-color: rgb(220,239,173); }

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