Html Css Color HEX #CEDCA1 Reef

📋 copy color: '#CEDCA1'

red 206 ◦ green 220 ◦ blue 161

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

Shades of Reef #CEDCA1

Tints of Reef #CEDCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.43%

R = 35.09%
G = 37.48%
B = 27.43%

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

#CEDCA1 (or 0xCEDCA1) is known color: Reef. HEX triplet: CE, DC and A1. RGB value is (206,220,161). Sum of RGB (Red+Green+Blue) = 206+220+161=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCA1 is #31235E. Grayscale: #D1D1D1. Windows color (decimal): -3220319 or 10607822. OLE color: 10607822.

HSL color Cylindrical-coordinate representation of color #CEDCA1: hue angle of 74.24º 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 #CEDCA1 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 161 -
CMYK 0.06 0 0.27 0.14
HSL 74.24º 0.46% 0.75% -
HSV(B) 74.24º 0.27% 0.86% -
XYZ 57.48 66.88 43.6 -
YUV 209.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 206 220 161 0.06 0 0.27 0.14 74.24 0.46 0.75
Hex CE DC A1 6 0 1B E 4A 2E 4B
Octal 316 334 241 6 0 33 16 112 56 113
Binary 11001110 11011100 10100001 110 0 11011 1110 1001010 101110 1001011

Color Harmonies of #CEDCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCA1

Black with #CEDCA1

Text Example


Text Example

White with #CEDCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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