Html Css Color HEX #DCF3A8 Reef

📋 copy color: '#DCF3A8'

red 220 ◦ green 243 ◦ blue 168

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

Shades of Reef #DCF3A8

Tints of Reef #DCF3A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.62%

R = 34.87%
G = 38.51%
B = 26.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#DCF3A8 (or 0xDCF3A8) is known color: Reef. HEX triplet: DC, F3 and A8. RGB value is (220,243,168). Sum of RGB (Red+Green+Blue) = 220+243+168=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 168 (66.02% from 255 or 26.62% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF3A8 is #230C57. Grayscale: #E3E3E3. Windows color (decimal): -2296920 or 11072476. OLE color: 11072476.

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

Color convert

RGB 220 243 168 -
CMYK 0.09 0 0.31 0.05
HSL 78.4º 0.76% 0.81% -
HSV(B) 78.4º 0.31% 0.95% -
XYZ 68.63 82.14 49.28 -
YUV 227.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 220 243 168 0.09 0 0.31 0.05 78.4 0.76 0.81
Hex DC F3 A8 9 0 1F 5 4E 4C 51
Octal 334 363 250 11 0 37 5 116 114 121
Binary 11011100 11110011 10101000 1001 0 11111 101 1001110 1001100 1010001

Color Harmonies of #DCF3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF3A8

Black with #DCF3A8

Text Example


Text Example

White with #DCF3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF3A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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