Html Css Color HEX #DCF3B3 Reef

📋 copy color: '#DCF3B3'

red 220 ◦ green 243 ◦ blue 179

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

Shades of Reef #DCF3B3

Tints of Reef #DCF3B3

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.85%

 BLUE value IS 179 (70.31% from 255) = 27.88%

R = 34.27%
G = 37.85%
B = 27.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#DCF3B3 (or 0xDCF3B3) is known color: Reef. HEX triplet: DC, F3 and B3. RGB value is (220,243,179). Sum of RGB (Red+Green+Blue) = 220+243+179=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 179 (70.31% from 255 or 27.88% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3B3 is #230C4C. Grayscale: #E5E5E5. Windows color (decimal): -2296909 or 11793372. OLE color: 11793372.

HSL color Cylindrical-coordinate representation of color #DCF3B3: hue angle of 81.56º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCF3B3 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 243 179 -
CMYK 0.09 0 0.26 0.05
HSL 81.56º 0.73% 0.83% -
HSV(B) 81.56º 0.26% 0.95% -
XYZ 69.7 82.57 54.91 -
YUV 228.83 99.88 121.7 -
System Red Green Blue C M Y K H S L
Decimal 220 243 179 0.09 0 0.26 0.05 81.56 0.73 0.83
Hex DC F3 B3 9 0 1A 5 52 49 53
Octal 334 363 263 11 0 32 5 122 111 123
Binary 11011100 11110011 10110011 1001 0 11010 101 1010010 1001001 1010011

Color Harmonies of #DCF3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF3B3

Black with #DCF3B3

Text Example


Text Example

White with #DCF3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF3B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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