Html Css Color HEX #DCFAAB Reef

📋 copy color: '#DCFAAB'

red 220 ◦ green 250 ◦ blue 171

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

Shades of Reef #DCFAAB

Tints of Reef #DCFAAB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39%

 BLUE value IS 171 (67.19% from 255) = 26.68%

R = 34.32%
G = 39%
B = 26.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DCFAAB (or 0xDCFAAB) is known color: Reef. HEX triplet: DC, FA and AB. RGB value is (220,250,171). Sum of RGB (Red+Green+Blue) = 220+250+171=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAAB is #230554. Grayscale: #E8E8E8. Windows color (decimal): -2295125 or 11270876. OLE color: 11270876.

HSL color Cylindrical-coordinate representation of color #DCFAAB: hue angle of 82.78º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCFAAB is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 171 -
CMYK 0.12 0 0.32 0.02
HSL 82.78º 0.89% 0.83% -
HSV(B) 82.78º 0.32% 0.98% -
XYZ 71.05 86.53 51.48 -
YUV 232.02 93.56 119.42 -
System Red Green Blue C M Y K H S L
Decimal 220 250 171 0.12 0 0.32 0.02 82.78 0.89 0.83
Hex DC FA AB C 0 20 2 53 59 53
Octal 334 372 253 14 0 40 2 123 131 123
Binary 11011100 11111010 10101011 1100 0 100000 10 1010011 1011001 1010011

Color Harmonies of #DCFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAAB

Black with #DCFAAB

Text Example


Text Example

White with #DCFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAAB; }

 p { color: rgb(220,250,171); }

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

background-color css

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

 a { background-color: rgb(220,250,171); }

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

border-color css

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

 span { border-color: rgb(220,250,171); }

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