#CED2B3

Color #CED2B3 Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #CED2B3

Tints of Orinoco #CED2B3

Color information

#CED2B3 (or 0xCED2B3) is unknown color: approx Orinoco. HEX triplet: CE, D2 and B3. RGB value is (206,210,179). Sum of RGB (Red+Green+Blue) = 206+210+179=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2B3 is #312D4C. Grayscale: #CDCDCD. Windows color (decimal): -3222861 or 11784910. OLE color: 11784910.

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

Color convert

RGB206210179-
CMYK0.0200.150.18
HSL67.74º25.62%76.27%-
HSV(B)67.74º14.76%82.35%-
XYZ56.6462.4751.72-
YUV205.27113.17128.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 210 (82.42% from 255) = 35.29%
BLUE value IS 179 (70.31% from 255) = 30.08%
R=34.62%
G=35.29%
B=30.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062101790.0200.150.1867.7425.6276.27
HexCED2B320F12441a4c
Octal31632226320172210432114
Binary1100111011010010101100111001111100101000100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED2B3; }

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

 H1.HeaderClassName
 {
   color: #CED2B3;
 }
 .AnyTagClassName
 {
   color: #CED2B3;
 }
</style>
background-color css

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

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

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

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

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

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