Html Css Color HEX #CED6B1 Orinoco

📋 copy color: '#CED6B1'

red 206 ◦ green 214 ◦ blue 177

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

Shades of Orinoco #CED6B1

Tints of Orinoco #CED6B1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.85%

 BLUE value IS 177 (69.53% from 255) = 29.65%

R = 34.51%
G = 35.85%
B = 29.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#CED6B1 (or 0xCED6B1) is known color: Orinoco. HEX triplet: CE, D6 and B1. RGB value is (206,214,177). Sum of RGB (Red+Green+Blue) = 206+214+177=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED6B1 is #31294E. Grayscale: #CFCFCF. Windows color (decimal): -3221839 or 11654862. OLE color: 11654862.

HSL color Cylindrical-coordinate representation of color #CED6B1: hue angle of 72.97º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CED6B1 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 177 -
CMYK 0.04 0 0.17 0.16
HSL 72.97º 0.31% 0.77% -
HSV(B) 72.97º 0.17% 0.84% -
XYZ 57.44 64.39 51 -
YUV 207.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 206 214 177 0.04 0 0.17 0.16 72.97 0.31 0.77
Hex CE D6 B1 4 0 11 10 49 1F 4D
Octal 316 326 261 4 0 21 20 111 37 115
Binary 11001110 11010110 10110001 100 0 10001 10000 1001001 11111 1001101

Color Harmonies of #CED6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6B1

Black with #CED6B1

Text Example


Text Example

White with #CED6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6B1; }

 p { color: rgb(206,214,177); }

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

background-color css

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

 a { background-color: rgb(206,214,177); }

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

border-color css

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

 span { border-color: rgb(206,214,177); }

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