Html Css Color HEX #CEDB98 Reef

📋 copy color: '#CEDB98'

red 206 ◦ green 219 ◦ blue 152

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

Shades of Reef #CEDB98

Tints of Reef #CEDB98

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.95%

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

R = 35.7%
G = 37.95%
B = 26.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#CEDB98 (or 0xCEDB98) is known color: Reef. HEX triplet: CE, DB and 98. RGB value is (206,219,152). Sum of RGB (Red+Green+Blue) = 206+219+152=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB98 is #312467. Grayscale: #CFCFCF. Windows color (decimal): -3220584 or 10017742. OLE color: 10017742.

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

Color convert

RGB 206 219 152 -
CMYK 0.06 0 0.31 0.14
HSL 71.64º 0.48% 0.73% -
HSV(B) 71.64º 0.31% 0.86% -
XYZ 56.45 66.05 39.48 -
YUV 207.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 206 219 152 0.06 0 0.31 0.14 71.64 0.48 0.73
Hex CE DB 98 6 0 1F E 48 30 49
Octal 316 333 230 6 0 37 16 110 60 111
Binary 11001110 11011011 10011000 110 0 11111 1110 1001000 110000 1001001

Color Harmonies of #CEDB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB98

Black with #CEDB98

Text Example


Text Example

White with #CEDB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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