Html Css Color HEX #CEDC9D Reef

📋 copy color: '#CEDC9D'

red 206 ◦ green 220 ◦ blue 157

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

Shades of Reef #CEDC9D

Tints of Reef #CEDC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.93%

R = 35.33%
G = 37.74%
B = 26.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#CEDC9D (or 0xCEDC9D) is known color: Reef. HEX triplet: CE, DC and 9D. RGB value is (206,220,157). Sum of RGB (Red+Green+Blue) = 206+220+157=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC9D is #312362. Grayscale: #D0D0D0. Windows color (decimal): -3220323 or 10345678. OLE color: 10345678.

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

Color convert

RGB 206 220 157 -
CMYK 0.06 0 0.29 0.14
HSL 73.33º 0.47% 0.74% -
HSV(B) 73.33º 0.29% 0.86% -
XYZ 57.13 66.74 41.77 -
YUV 208.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 206 220 157 0.06 0 0.29 0.14 73.33 0.47 0.74
Hex CE DC 9D 6 0 1D E 49 2F 4A
Octal 316 334 235 6 0 35 16 111 57 112
Binary 11001110 11011100 10011101 110 0 11101 1110 1001001 101111 1001010

Color Harmonies of #CEDC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC9D

Black with #CEDC9D

Text Example


Text Example

White with #CEDC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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