Html Css Color HEX #CEDC95 Reef

📋 copy color: '#CEDC95'

red 206 ◦ green 220 ◦ blue 149

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

Shades of Reef #CEDC95

Tints of Reef #CEDC95

RGB

 RED value IS 206 (80.86% from 255) = 35.83%

 GREEN value IS 220 (86.33% from 255) = 38.26%

 BLUE value IS 149 (58.59% from 255) = 25.91%

R = 35.83%
G = 38.26%
B = 25.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#CEDC95 (or 0xCEDC95) is known color: Reef. HEX triplet: CE, DC and 95. RGB value is (206,220,149). Sum of RGB (Red+Green+Blue) = 206+220+149=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC95 is #31236A. Grayscale: #CFCFCF. Windows color (decimal): -3220331 or 9821390. OLE color: 9821390.

HSL color Cylindrical-coordinate representation of color #CEDC95: hue angle of 71.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEDC95 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 149 -
CMYK 0.06 0 0.32 0.14
HSL 71.83º 0.5% 0.72% -
HSV(B) 71.83º 0.32% 0.86% -
XYZ 56.47 66.48 38.29 -
YUV 207.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 206 220 149 0.06 0 0.32 0.14 71.83 0.5 0.72
Hex CE DC 95 6 0 20 E 48 32 48
Octal 316 334 225 6 0 40 16 110 62 110
Binary 11001110 11011100 10010101 110 0 100000 1110 1001000 110010 1001000

Color Harmonies of #CEDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC95

Black with #CEDC95

Text Example


Text Example

White with #CEDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC95; }

 p { color: rgb(206,220,149); }

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

background-color css

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

 a { background-color: rgb(206,220,149); }

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

border-color css

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

 span { border-color: rgb(206,220,149); }

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