Html Css Color HEX #CEDD96 Reef

📋 copy color: '#CEDD96'

red 206 ◦ green 221 ◦ blue 150

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

Shades of Reef #CEDD96

Tints of Reef #CEDD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26%

R = 35.7%
G = 38.3%
B = 26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#CEDD96 (or 0xCEDD96) is known color: Reef. HEX triplet: CE, DD and 96. RGB value is (206,221,150). Sum of RGB (Red+Green+Blue) = 206+221+150=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD96 is #312269. Grayscale: #D0D0D0. Windows color (decimal): -3220074 or 9887182. OLE color: 9887182.

HSL color Cylindrical-coordinate representation of color #CEDD96: hue angle of 72.68º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEDD96 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 150 -
CMYK 0.07 0 0.32 0.13
HSL 72.68º 0.51% 0.73% -
HSV(B) 72.68º 0.32% 0.87% -
XYZ 56.82 67.04 38.8 -
YUV 208.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 206 221 150 0.07 0 0.32 0.13 72.68 0.51 0.73
Hex CE DD 96 7 0 20 D 49 33 49
Octal 316 335 226 7 0 40 15 111 63 111
Binary 11001110 11011101 10010110 111 0 100000 1101 1001001 110011 1001001

Color Harmonies of #CEDD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD96

Black with #CEDD96

Text Example


Text Example

White with #CEDD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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