Html Css Color HEX #DCFCAD Reef

📋 copy color: '#DCFCAD'

red 220 ◦ green 252 ◦ blue 173

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

Shades of Reef #DCFCAD

Tints of Reef #DCFCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.82%

R = 34.11%
G = 39.07%
B = 26.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#DCFCAD (or 0xDCFCAD) is known color: Reef. HEX triplet: DC, FC and AD. RGB value is (220,252,173). Sum of RGB (Red+Green+Blue) = 220+252+173=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFCAD is #230352. Grayscale: #E9E9E9. Windows color (decimal): -2294611 or 11402460. OLE color: 11402460.

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

Color convert

RGB 220 252 173 -
CMYK 0.13 0 0.31 0.01
HSL 84.3º 0.93% 0.83% -
HSV(B) 84.3º 0.31% 0.99% -
XYZ 71.87 87.85 52.7 -
YUV 233.43 93.9 118.42 -
System Red Green Blue C M Y K H S L
Decimal 220 252 173 0.13 0 0.31 0.01 84.3 0.93 0.83
Hex DC FC AD D 0 1F 1 54 5D 53
Octal 334 374 255 15 0 37 1 124 135 123
Binary 11011100 11111100 10101101 1101 0 11111 1 1010100 1011101 1010011

Color Harmonies of #DCFCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCAD

Black with #DCFCAD

Text Example


Text Example

White with #DCFCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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