#CCD1B3

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

Shades of Orinoco #CCD1B3

Tints of Orinoco #CCD1B3

Color information

#CCD1B3 (or 0xCCD1B3) is unknown color: approx Orinoco. HEX triplet: CC, D1 and B3. RGB value is (204,209,179). Sum of RGB (Red+Green+Blue) = 204+209+179=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1B3 is #332E4C. Grayscale: #CCCCCC. Windows color (decimal): -3354189 or 11784652. OLE color: 11784652.

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

Color convert

RGB204209179-
CMYK0.0200.140.18
HSL70º24.59%76.08%-
HSV(B)70º14.35%81.96%-
XYZ55.8461.6951.61-
YUV204.08113.84127.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 179 (70.31% from 255) = 30.24%
R=34.46%
G=35.30%
B=30.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091790.0200.140.187024.5976.08
HexCCD1B320E1246194c
Octal31432126320162210631114
Binary1100110011010001101100111001110100101000110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1B3; }

 p { color: rgb(204,209,179); }

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

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

 a { background-color: rgb(204,209,179); }

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

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

 span { border-color: rgb(204,209,179); }

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