Html Css Color HEX #CED89E Orinoco

📋 copy color: '#CED89E'

red 206 ◦ green 216 ◦ blue 158

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

Shades of Orinoco #CED89E

Tints of Orinoco #CED89E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.24%

 BLUE value IS 158 (62.11% from 255) = 27.24%

R = 35.52%
G = 37.24%
B = 27.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#CED89E (or 0xCED89E) is known color: Orinoco. HEX triplet: CE, D8 and 9E. RGB value is (206,216,158). Sum of RGB (Red+Green+Blue) = 206+216+158=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #CED89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED89E is #312761. Grayscale: #CECECE. Windows color (decimal): -3221346 or 10410190. OLE color: 10410190.

HSL color Cylindrical-coordinate representation of color #CED89E: hue angle of 70.34º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CED89E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 158 -
CMYK 0.05 0 0.27 0.15
HSL 70.34º 0.43% 0.73% -
HSV(B) 70.34º 0.27% 0.85% -
XYZ 56.18 64.7 41.88 -
YUV 206.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 206 216 158 0.05 0 0.27 0.15 70.34 0.43 0.73
Hex CE D8 9E 5 0 1B F 46 2B 49
Octal 316 330 236 5 0 33 17 106 53 111
Binary 11001110 11011000 10011110 101 0 11011 1111 1000110 101011 1001001

Color Harmonies of #CED89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED89E

Black with #CED89E

Text Example


Text Example

White with #CED89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED89E; }

 p { color: rgb(206,216,158); }

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

background-color css

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

 a { background-color: rgb(206,216,158); }

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

border-color css

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

 span { border-color: rgb(206,216,158); }

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