Html Css Color HEX #CEDF96 Reef

📋 copy color: '#CEDF96'

red 206 ◦ green 223 ◦ blue 150

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

Shades of Reef #CEDF96

Tints of Reef #CEDF96

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.51%

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

R = 35.58%
G = 38.51%
B = 25.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#CEDF96 (or 0xCEDF96) is known color: Reef. HEX triplet: CE, DF and 96. RGB value is (206,223,150). Sum of RGB (Red+Green+Blue) = 206+223+150=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF96 is #312069. Grayscale: #D1D1D1. Windows color (decimal): -3219562 or 9887694. OLE color: 9887694.

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

Color convert

RGB 206 223 150 -
CMYK 0.08 0 0.33 0.13
HSL 73.97º 0.53% 0.73% -
HSV(B) 73.97º 0.33% 0.87% -
XYZ 57.35 68.1 38.98 -
YUV 209.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 206 223 150 0.08 0 0.33 0.13 73.97 0.53 0.73
Hex CE DF 96 8 0 21 D 4A 35 49
Octal 316 337 226 10 0 41 15 112 65 111
Binary 11001110 11011111 10010110 1000 0 100001 1101 1001010 110101 1001001

Color Harmonies of #CEDF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF96

Black with #CEDF96

Text Example


Text Example

White with #CEDF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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