#DCFFB1

Color #DCFFB1 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DCFFB1

Tints of Reef #DCFFB1

Color information

#DCFFB1 (or 0xDCFFB1) is unknown color: approx Reef. HEX triplet: DC, FF and B1. RGB value is (220,255,177). Sum of RGB (Red+Green+Blue) = 220+255+177=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFB1 is #23004E. Grayscale: #EBEBEB. Windows color (decimal): -2293839 or 11665372. OLE color: 11665372.

HSL color Cylindrical-coordinate representation of color #DCFFB1: hue angle of 86.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCFFB1 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB220255177-
CMYK0.1400.310
HSL86.92º100%84.71%-
HSV(B)86.92º30.59%100%-
XYZ73.2189.9155.09-
YUV235.6494.9116.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 177 (69.53% from 255) = 27.15%
R=33.74%
G=39.11%
B=27.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551770.1400.31086.9210084.71
HexDCFFB1E01F0576455
Octal334377261160370127144125
Binary11011100111111111011000111100111110101011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFB1; }

 p { color: rgb(220,255,177); }

 H1.HeaderClassName
 {
   color: #DCFFB1;
 }
 .AnyTagClassName
 {
   color: #DCFFB1;
 }
</style>
background-color css

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

 a { background-color: rgb(220,255,177); }

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

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

 span { border-color: rgb(220,255,177); }

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