#DCFFB3

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

Shades of Reef #DCFFB3

Tints of Reef #DCFFB3

Color information

#DCFFB3 (or 0xDCFFB3) is unknown color: approx Reef. HEX triplet: DC, FF and B3. RGB value is (220,255,179). Sum of RGB (Red+Green+Blue) = 220+255+179=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 179 (70.31% from 255 or 27.37% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFB3 is #23004C. Grayscale: #ECECEC. Windows color (decimal): -2293837 or 11796444. OLE color: 11796444.

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

Color convert

RGB220255179-
CMYK0.1400.300
HSL87.63º100%85.1%-
HSV(B)87.63º29.8%100%-
XYZ73.4189.9956.15-
YUV235.8795.9116.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 179 (70.31% from 255) = 27.37%
R=33.64%
G=38.99%
B=27.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551790.1400.30087.6310085.1
HexDCFFB3E01E0586455
Octal334377263160360130144125
Binary11011100111111111011001111100111100101100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFB3; }

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

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

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

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

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

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

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

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