Html Css Color HEX #CED2B6 Orinoco

📋 copy color: '#CED2B6'

red 206 ◦ green 210 ◦ blue 182

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

Shades of Orinoco #CED2B6

Tints of Orinoco #CED2B6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.12%

 BLUE value IS 182 (71.48% from 255) = 30.43%

R = 34.45%
G = 35.12%
B = 30.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#CED2B6 (or 0xCED2B6) is known color: Orinoco. HEX triplet: CE, D2 and B6. RGB value is (206,210,182). Sum of RGB (Red+Green+Blue) = 206+210+182=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2B6 is #312D49. Grayscale: #CDCDCD. Windows color (decimal): -3222858 or 11981518. OLE color: 11981518.

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

Color convert

RGB 206 210 182 -
CMYK 0.02 0 0.13 0.18
HSL 68.57º 0.24% 0.77% -
HSV(B) 68.57º 0.13% 0.82% -
XYZ 56.94 62.59 53.34 -
YUV 205.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 206 210 182 0.02 0 0.13 0.18 68.57 0.24 0.77
Hex CE D2 B6 2 0 D 12 45 18 4D
Octal 316 322 266 2 0 15 22 105 30 115
Binary 11001110 11010010 10110110 10 0 1101 10010 1000101 11000 1001101

Color Harmonies of #CED2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED2B6

Black with #CED2B6

Text Example


Text Example

White with #CED2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED2B6; }

 p { color: rgb(206,210,182); }

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

background-color css

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

 a { background-color: rgb(206,210,182); }

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

border-color css

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

 span { border-color: rgb(206,210,182); }

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