Html Css Color HEX #CEDCA0 Reef

📋 copy color: '#CEDCA0'

red 206 ◦ green 220 ◦ blue 160

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

Shades of Reef #CEDCA0

Tints of Reef #CEDCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.3%

R = 35.15%
G = 37.54%
B = 27.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#CEDCA0 (or 0xCEDCA0) is known color: Reef. HEX triplet: CE, DC and A0. RGB value is (206,220,160). Sum of RGB (Red+Green+Blue) = 206+220+160=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCA0 is #31235F. Grayscale: #D1D1D1. Windows color (decimal): -3220320 or 10542286. OLE color: 10542286.

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

Color convert

RGB 206 220 160 -
CMYK 0.06 0 0.27 0.14
HSL 74º 0.46% 0.75% -
HSV(B) 74º 0.27% 0.86% -
XYZ 57.39 66.85 43.14 -
YUV 208.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 206 220 160 0.06 0 0.27 0.14 74 0.46 0.75
Hex CE DC A0 6 0 1B E 4A 2E 4B
Octal 316 334 240 6 0 33 16 112 56 113
Binary 11001110 11011100 10100000 110 0 11011 1110 1001010 101110 1001011

Color Harmonies of #CEDCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCA0

Black with #CEDCA0

Text Example


Text Example

White with #CEDCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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