Html Css Color HEX #CEDBA9 Orinoco

📋 copy color: '#CEDBA9'

red 206 ◦ green 219 ◦ blue 169

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

Shades of Orinoco #CEDBA9

Tints of Orinoco #CEDBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.45%

R = 34.68%
G = 36.87%
B = 28.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#CEDBA9 (or 0xCEDBA9) is known color: Orinoco. HEX triplet: CE, DB and A9. RGB value is (206,219,169). Sum of RGB (Red+Green+Blue) = 206+219+169=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 169 (66.41% from 255 or 28.45% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBA9 is #312456. Grayscale: #D1D1D1. Windows color (decimal): -3220567 or 11131854. OLE color: 11131854.

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

Color convert

RGB 206 219 169 -
CMYK 0.06 0 0.23 0.14
HSL 75.6º 0.41% 0.76% -
HSV(B) 75.6º 0.23% 0.86% -
XYZ 57.95 66.65 47.35 -
YUV 209.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 206 219 169 0.06 0 0.23 0.14 75.6 0.41 0.76
Hex CE DB A9 6 0 17 E 4C 29 4C
Octal 316 333 251 6 0 27 16 114 51 114
Binary 11001110 11011011 10101001 110 0 10111 1110 1001100 101001 1001100

Color Harmonies of #CEDBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDBA9

Black with #CEDBA9

Text Example


Text Example

White with #CEDBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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