Html Css Color HEX #CED1B5 Orinoco

📋 copy color: '#CED1B5'

red 206 ◦ green 209 ◦ blue 181

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

Shades of Orinoco #CED1B5

Tints of Orinoco #CED1B5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.07%

 BLUE value IS 181 (71.09% from 255) = 30.37%

R = 34.56%
G = 35.07%
B = 30.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#CED1B5 (or 0xCED1B5) is known color: Orinoco. HEX triplet: CE, D1 and B5. RGB value is (206,209,181). Sum of RGB (Red+Green+Blue) = 206+209+181=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1B5 is #312E4A. Grayscale: #CDCDCD. Windows color (decimal): -3223115 or 11915726. OLE color: 11915726.

HSL color Cylindrical-coordinate representation of color #CED1B5: hue angle of 66.43º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CED1B5 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 181 -
CMYK 0.01 0 0.13 0.18
HSL 66.43º 0.23% 0.76% -
HSV(B) 66.43º 0.13% 0.82% -
XYZ 56.59 62.06 52.71 -
YUV 204.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 206 209 181 0.01 0 0.13 0.18 66.43 0.23 0.76
Hex CE D1 B5 1 0 D 12 42 17 4C
Octal 316 321 265 1 0 15 22 102 27 114
Binary 11001110 11010001 10110101 1 0 1101 10010 1000010 10111 1001100

Color Harmonies of #CED1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1B5

Black with #CED1B5

Text Example


Text Example

White with #CED1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1B5; }

 p { color: rgb(206,209,181); }

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

background-color css

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

 a { background-color: rgb(206,209,181); }

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

border-color css

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

 span { border-color: rgb(206,209,181); }

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