Html Css Color HEX #DCECA5 Reef

📋 copy color: '#DCECA5'

red 220 ◦ green 236 ◦ blue 165

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

Shades of Reef #DCECA5

Tints of Reef #DCECA5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38%

 BLUE value IS 165 (64.84% from 255) = 26.57%

R = 35.43%
G = 38%
B = 26.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#DCECA5 (or 0xDCECA5) is known color: Reef. HEX triplet: DC, EC and A5. RGB value is (220,236,165). Sum of RGB (Red+Green+Blue) = 220+236+165=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECA5 is #23135A. Grayscale: #DFDFDF. Windows color (decimal): -2298715 or 10874076. OLE color: 10874076.

HSL color Cylindrical-coordinate representation of color #DCECA5: hue angle of 73.52º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCECA5 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 236 165 -
CMYK 0.07 0 0.30 0.07
HSL 73.52º 0.65% 0.79% -
HSV(B) 73.52º 0.3% 0.93% -
XYZ 66.3 77.92 47.14 -
YUV 223.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 220 236 165 0.07 0 0.30 0.07 73.52 0.65 0.79
Hex DC EC A5 7 0 1E 7 4A 41 4F
Octal 334 354 245 7 0 36 7 112 101 117
Binary 11011100 11101100 10100101 111 0 11110 111 1001010 1000001 1001111

Color Harmonies of #DCECA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCECA5

Black with #DCECA5

Text Example


Text Example

White with #DCECA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCECA5; }

 p { color: rgb(220,236,165); }

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

background-color css

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

 a { background-color: rgb(220,236,165); }

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

border-color css

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

 span { border-color: rgb(220,236,165); }

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