Html Css Color HEX #CEDF98 Reef

📋 copy color: '#CEDF98'

red 206 ◦ green 223 ◦ blue 152

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

Shades of Reef #CEDF98

Tints of Reef #CEDF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.16%

R = 35.46%
G = 38.38%
B = 26.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#CEDF98 (or 0xCEDF98) is known color: Reef. HEX triplet: CE, DF and 98. RGB value is (206,223,152). Sum of RGB (Red+Green+Blue) = 206+223+152=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF98 is #312067. Grayscale: #D2D2D2. Windows color (decimal): -3219560 or 10018766. OLE color: 10018766.

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

Color convert

RGB 206 223 152 -
CMYK 0.08 0 0.32 0.13
HSL 74.37º 0.53% 0.74% -
HSV(B) 74.37º 0.32% 0.87% -
XYZ 57.51 68.16 39.83 -
YUV 209.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 206 223 152 0.08 0 0.32 0.13 74.37 0.53 0.74
Hex CE DF 98 8 0 20 D 4A 35 4A
Octal 316 337 230 10 0 40 15 112 65 112
Binary 11001110 11011111 10011000 1000 0 100000 1101 1001010 110101 1001010

Color Harmonies of #CEDF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF98

Black with #CEDF98

Text Example


Text Example

White with #CEDF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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