Html Css Color HEX #DCFCB2 Reef

📋 copy color: '#DCFCB2'

red 220 ◦ green 252 ◦ blue 178

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

Shades of Reef #DCFCB2

Tints of Reef #DCFCB2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.77%

 BLUE value IS 178 (69.92% from 255) = 27.38%

R = 33.85%
G = 38.77%
B = 27.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#DCFCB2 (or 0xDCFCB2) is known color: Reef. HEX triplet: DC, FC and B2. RGB value is (220,252,178). Sum of RGB (Red+Green+Blue) = 220+252+178=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 178 (69.92% from 255 or 27.38% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFCB2 is #23034D. Grayscale: #EAEAEA. Windows color (decimal): -2294606 or 11730140. OLE color: 11730140.

HSL color Cylindrical-coordinate representation of color #DCFCB2: hue angle of 85.95º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCFCB2 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 178 -
CMYK 0.13 0 0.29 0.01
HSL 85.95º 0.93% 0.84% -
HSV(B) 85.95º 0.29% 0.99% -
XYZ 72.36 88.05 55.3 -
YUV 234 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 220 252 178 0.13 0 0.29 0.01 85.95 0.93 0.84
Hex DC FC B2 D 0 1D 1 56 5C 54
Octal 334 374 262 15 0 35 1 126 134 124
Binary 11011100 11111100 10110010 1101 0 11101 1 1010110 1011100 1010100

Color Harmonies of #DCFCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCB2

Black with #DCFCB2

Text Example


Text Example

White with #DCFCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCB2; }

 p { color: rgb(220,252,178); }

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

background-color css

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

 a { background-color: rgb(220,252,178); }

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

border-color css

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

 span { border-color: rgb(220,252,178); }

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