Html Css Color HEX #CEDD98 Reef

📋 copy color: '#CEDD98'

red 206 ◦ green 221 ◦ blue 152

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

Shades of Reef #CEDD98

Tints of Reef #CEDD98

RGB

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

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

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

R = 35.58%
G = 38.17%
B = 26.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#CEDD98 (or 0xCEDD98) is known color: Reef. HEX triplet: CE, DD and 98. RGB value is (206,221,152). Sum of RGB (Red+Green+Blue) = 206+221+152=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD98 is #312267. Grayscale: #D0D0D0. Windows color (decimal): -3220072 or 10018254. OLE color: 10018254.

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

Color convert

RGB 206 221 152 -
CMYK 0.07 0 0.31 0.13
HSL 73.04º 0.5% 0.73% -
HSV(B) 73.04º 0.31% 0.87% -
XYZ 56.98 67.1 39.65 -
YUV 208.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 206 221 152 0.07 0 0.31 0.13 73.04 0.5 0.73
Hex CE DD 98 7 0 1F D 49 32 49
Octal 316 335 230 7 0 37 15 111 62 111
Binary 11001110 11011101 10011000 111 0 11111 1101 1001001 110010 1001001

Color Harmonies of #CEDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD98

Black with #CEDD98

Text Example


Text Example

White with #CEDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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