Html Css Color HEX #CEDD9A Reef

📋 copy color: '#CEDD9A'

red 206 ◦ green 221 ◦ blue 154

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

Shades of Reef #CEDD9A

Tints of Reef #CEDD9A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.04%

 BLUE value IS 154 (60.55% from 255) = 26.51%

R = 35.46%
G = 38.04%
B = 26.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#CEDD9A (or 0xCEDD9A) is known color: Reef. HEX triplet: CE, DD and 9A. RGB value is (206,221,154). Sum of RGB (Red+Green+Blue) = 206+221+154=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD9A is #312265. Grayscale: #D1D1D1. Windows color (decimal): -3220070 or 10149326. OLE color: 10149326.

HSL color Cylindrical-coordinate representation of color #CEDD9A: hue angle of 73.43º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEDD9A is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 154 -
CMYK 0.07 0 0.30 0.13
HSL 73.43º 0.5% 0.74% -
HSV(B) 73.43º 0.3% 0.87% -
XYZ 57.14 67.17 40.52 -
YUV 208.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 206 221 154 0.07 0 0.30 0.13 73.43 0.5 0.74
Hex CE DD 9A 7 0 1E D 49 32 4A
Octal 316 335 232 7 0 36 15 111 62 112
Binary 11001110 11011101 10011010 111 0 11110 1101 1001001 110010 1001010

Color Harmonies of #CEDD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD9A

Black with #CEDD9A

Text Example


Text Example

White with #CEDD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD9A; }

 p { color: rgb(206,221,154); }

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

background-color css

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

 a { background-color: rgb(206,221,154); }

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

border-color css

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

 span { border-color: rgb(206,221,154); }

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